Skip to content

Commit

Permalink
webui: remove nav-tabs from selection panel in job timeline view
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 4, 2022
1 parent ff7b222 commit 0cd8232
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions webui/module/Job/view/job/job/timeline.phtml
Expand Up @@ -70,15 +70,6 @@ $this->headTitle($title);
<div class="col-md-11"><input id="rangeslider" style="width: 100%;"></div>
<br />

<ul class="nav nav-tabs">
<li><a href="<?php echo $this->url('job', array('action'=>'timeline')); ?>">Clients</a></li>
<li class="active"><a href="<?php echo $this->url('job', array('action'=>'timelinejobs')); ?>">Jobs</a></li>
</ul>
<br />

<div class="tab-content">

<div id="jobs-tab" class="tab-pane fade in active">
<table
class="table table-no-bordered table-hover"
id="jobs"
Expand All @@ -88,14 +79,12 @@ $this->headTitle($title);
<th data-field="name"><?php echo $this->translate("Name"); ?></th>
</thead>
</table>

<div id="custom-toolbar">
<br /><br />
<button id="button" class="btn btn-primary" onclick="showJobChart()">Show</button>
<br /><br />
</div>
</div>

</div>

</div>
</div>
Expand Down

0 comments on commit 0cd8232

Please sign in to comment.