Skip to content

Commit

Permalink
Merge pull request #189 from divyekapoor/master
Browse files Browse the repository at this point in the history
[style-fix] Fix button group broken in Chrome UI.
  • Loading branch information
pentium10 authored Aug 21, 2022
2 parents b0f2b15 + 7627c74 commit 4683c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tpl/currentTubeJobsActionsRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<b>Actions:</b>&nbsp;
<a class="btn btn-default btn-sm" href="./?server=<?php echo $server ?>&tube=<?php echo urlencode($tube) ?>&action=kick&count=1"><i class="glyphicon glyphicon-forward"></i> Kick 1 job</a>

<form method="GET">
<form method="GET" style="display:inline">
<div class="btn-group" role="group">
<button type="submit" class="btn btn-default btn-sm"><i class="glyphicon glyphicon-fast-forward"></i> Kick more </button>
<input type="hidden" name="server" value="<?php echo $server ?>">
Expand Down

0 comments on commit 4683c06

Please sign in to comment.