File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 122
122
< th > Last Failover Time</ th >
123
123
</ tr >
124
124
< tr >
125
- < td > < span ng-if ="settings.runstatus=='A' " class ="label label-primary "> ACTIVE</ span > < span ng-if ="settings.runstatus=='P ' " class ="label label-warning "> PASSIVE </ span > </ td >
126
-
125
+ < td > < span ng-if ="settings.runstatus=='A' " class ="label label-primary "> ACTIVE</ span > < span ng-if ="settings.runstatus=='S ' " class ="label label-warning "> STANDBY </ span > </ td >
126
+ what the fuck
127
127
< td > {{settings.failoverctr}} / {{settings.faillimit}}</ td >
128
128
< td > {{settings.lastfailover}}</ td >
129
129
</ tr >
175
175
< button ng-if ="settings.test=='true' " type ="button " class ="btn btn-primary " ng-click ="test() "> Run Tests</ button >
176
176
< button ng-if ="settings.test=='true' " type ="button " class ="btn btn-primary " ng-click ="sysbench() "> Sysbench</ button >
177
177
< label for ="test " action ="/runonetest " > < p class ="sectionheader "> Tests: </ p > </ label >
178
- < select name ="repeatSelect " id ="repeatSelect " ng-model ="tests " ng-change ="runonetest() " >
178
+ < select ng-if =" settings.test=='true' " name ="repeatSelect " id ="repeatSelect " ng-model ="tests " ng-change ="runonetest() " >
179
179
< option ng-selected ="{{element == settings.regtests}} " ng-repeat ="element in settings.regtests " value ="{{element}} "> {{element}}</ option >
180
-
181
180
</ select >
182
181
183
182
</ td > < td >
193
192
</ md-tab >
194
193
< md-tab label ="SLA ">
195
194
< md-content class ="md-padding ">
196
-
197
-
198
195
< p class ="sectionheader "> SLA</ p >
199
196
< table ng-if ="settings " class ="table ">
200
197
< tr >
You can’t perform that action at this time.
0 commit comments