@@ -56,7 +56,7 @@ App.SliderAppController = Ember.ObjectController.extend(App.AjaxErrorHandler, {
confirm: true
});
}
- if ('FINISHED' !== status) {
+ if ('RUNNING' == status) {
actions.push({
title: 'Flex',
action: 'flex',
@@ -595,6 +595,9 @@ select {
border-width: 0;
+ td:nth-child(2) span{
+ word-break: break-all;
+ }
.panel-heading {
font-weight: 700;
@@ -604,9 +607,6 @@ select {
td:first-child {
text-align: right;
- span{
- word-break: break-all;
- }
.panel-components {
.status {