Skip to content

Commit c280cb5

Browse files
Apply suggestions from code review
Co-authored-by: RD WebDesign <[email protected]> Signed-off-by: yubiuser <[email protected]>
1 parent 74f68fb commit c280cb5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

settings-system.lp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,13 @@ mg.include('scripts/lua/settings_header.lp','r')
251251
</div>
252252
<div class="box-body">
253253
<div class="row">
254-
<div class="col-xs-12 col-md-6 col-lg-4">
254+
<div class="col-xs-12 col-md-4">
255255
<button type="button" class="btn btn-warning confirm-restartdns btn-block button-pad destructive_action" disabled>Restart DNS resolver</button>
256256
</div>
257-
<div class="col-xs-12 col-md-6 col-lg-4">
257+
<div class="col-xs-12 col-md-4">
258258
<button type="button" class="btn btn-danger confirm-flusharp btn-block button-pad destructive_action" disabled>Flush network table</button>
259259
</div>
260-
<div class="col-xs-12 col-md-6 col-lg-4">
260+
<div class="col-xs-12 col-md-4">
261261
<button type="button" class="btn btn-danger confirm-flushlogs btn-block button-pad destructive_action" disabled>Flush logs (last 24 hours)</button>
262262
</div>
263263
</div>

0 commit comments

Comments
 (0)