File tree Expand file tree Collapse file tree
frontend/src/views/web/challenge Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 < div class ="ev-md-container ev-card-panel ev-z-depth-5 ev-challenge-view " ng-if ="!challenge.isRemoteChallenge ">
1414
15- < div class ="row margin-bottom-cancel ">
15+ <!-- < div class="row margin-bottom-cancel">
1616 <div class="col s12">
1717 <h5 class="w-300">Manage worker</h5>
1818 </div>
19- </ div >
20- < div class ="row ">
19+ </div> -->
20+ <!-- < div class="row">
2121 <div class="col xs12 s6">
2222 <span>
2323 <form ng-submit="challenge.setWorkerResources()" class="multiple-columns">
@@ -39,15 +39,15 @@ <h5 class="w-300">Manage worker</h5>
3939 </form>
4040 </span>
4141 </div>
42- </ div >
42+ </div> -->
4343
44- < div class ="row worker-actions-row ">
44+ <!-- < div class="row worker-actions-row">
4545 <div class="col s12">
4646 <button class="btn ev-btn-dark waves-effect waves-dark grad-btn grad-btn-dark fs-14" ng-click="challenge.manageWorker('start');"><i class="fa fa-play"></i> Start worker</button>
4747 <button class="btn ev-btn-dark waves-effect waves-dark grad-btn grad-btn-dark fs-14" ng-click="challenge.manageWorker('stop');"><i class="fa fa-stop"></i> Stop worker</button>
4848 <button class="btn ev-btn-dark waves-effect waves-dark grad-btn grad-btn-dark fs-14" ng-click="challenge.manageWorker('restart');"><i class="fa fa-refresh"></i> Restart worker</button>
4949 </div>
50- </ div >
50+ </div> -->
5151 < div class ="row margin-bottom-cancel ">
5252 < div class ="col s12 ">
5353 < h5 class ="w-300 "> Worker logs</ h5 >
You can’t perform that action at this time.
0 commit comments