Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove start/stop
  • Loading branch information
gchhablani committed Aug 28, 2024
commit f2b61417eef5c43b7458c31fe2f16a4aef40a073
8 changes: 4 additions & 4 deletions frontend/src/views/web/challenge/manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

<div class="ev-md-container ev-card-panel ev-z-depth-5 ev-challenge-view" ng-if="!challenge.isRemoteChallenge">

<div class="row margin-bottom-cancel">
<!-- <div class="row margin-bottom-cancel">
<div class="col s12">
<h5 class="w-300">Manage worker</h5>
</div>
</div>
</div> -->
<!-- <div class="row">
<div class="col xs12 s6">
<span>
Expand All @@ -41,13 +41,13 @@ <h5 class="w-300">Manage worker</h5>
</div>
</div> -->

<div class="row worker-actions-row">
<!-- <div class="row worker-actions-row">
<div class="col s12">
<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>
<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>
<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>
</div>
</div>
</div> -->
<div class="row margin-bottom-cancel">
<div class="col s12">
<h5 class="w-300">Worker logs</h5>
Expand Down