File tree 2 files changed +4
-3
lines changed
java/org/cerberus/core/apiprivate
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ public String getRunning(
109
109
110
110
try {
111
111
112
+ // FIXME The executionUUIDObject unfortunatly does not return the Component Class content.
112
113
// ApplicationContext appContext = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
113
114
LOG .debug (executionUUIDObject .getExecutionUUIDList ());
114
115
JSONArray executionArray = new JSONArray ();
Original file line number Diff line number Diff line change 160
160
<div class =" panel-heading card clearfix" data-target =" #tagExecStatus" >
161
161
<div class =" btn-group pull-right" >
162
162
<button id =" refreshTags" class =" btn btn-default btn-xs marginRight10"
163
- onclick =" stopPropagation(event); loadExeRunning(); loadTagExec();" ><span
163
+ onclick =" stopPropagation(event); loadTagExec();" ><span
164
164
class =" glyphicon glyphicon-refresh" ></span > <label id =" refresh" >Refresh</label ></button >
165
165
<button id =" tagSettings" class =" btn btn-default btn-xs" ><span
166
166
class =" glyphicon glyphicon-cog" ></span > <label id =" tagSettingsLabel" >Settings</label >
179
179
<div class =" panel-heading card" data-target =" #histoChart1" >
180
180
<div class =" btn-group pull-right" >
181
181
<button id =" refreshTags" class =" btn btn-default btn-xs marginRight10"
182
- onclick =" stopPropagation(event); loadExeRunning(); loadTagHistoBar();" ><span
182
+ onclick =" stopPropagation(event); loadTagHistoBar();" ><span
183
183
class =" glyphicon glyphicon-refresh" ></span > <label id =" refresh" >Refresh</label ></button >
184
184
</div >
185
185
<span class =" fa fa-bar-chart fa-fw" ></span >
197
197
<div class =" panel-heading card" data-target =" #histoChart2" >
198
198
<div class =" btn-group pull-right" >
199
199
<button id =" refreshTcs" class =" btn btn-default btn-xs marginRight10"
200
- onclick =" stopPropagation(event); loadExeRunning(); loadTcHistoBar();" ><span
200
+ onclick =" stopPropagation(event); loadTcHistoBar();" ><span
201
201
class =" glyphicon glyphicon-refresh" ></span > <label id =" refresh" >Refresh</label ></button >
202
202
</div >
203
203
<span class =" fa fa-bar-chart fa-fw" ></span >
You can’t perform that action at this time.
0 commit comments