Skip to content

Commit

Permalink
luci-mod-network: replace css class right with css class button-row
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Eckert <[email protected]>
  • Loading branch information
feckert committed Jul 9, 2024
1 parent 8691cba commit 6d2657f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function iface_updown(up, id, ev, force) {

ui.showModal(_('Confirm disconnect'), [
E('p', _('You appear to be currently connected to the device via the "%h" interface. Do you really want to shut down the interface?').format(id)),
E('div', { 'class': 'right' }, [
E('div', { 'class': 'button-row' }, [
E('div', {
'class': 'btn cbi-button cbi-button-neutral',
'click': function(ev) {
Expand Down

0 comments on commit 6d2657f

Please sign in to comment.