mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-31 14:50:48 +03:00
luci: Fix buttons on modal dialogues
This commit is contained in:
@@ -201,13 +201,17 @@ return baseclass.extend({
|
||||
E('hr'),
|
||||
this.logArea,
|
||||
]),
|
||||
E('div', { 'class': 'right' }, [
|
||||
this.btn_check,
|
||||
' ',
|
||||
this.btn_install,
|
||||
' ',
|
||||
this.btn_cancel,
|
||||
])
|
||||
E('div', { 'style': 'display:flex; justify-content:space-between; align-items:center; margin-top:1px;' }, [
|
||||
E('div', { 'class': 'left' }, [
|
||||
this.btn_check,
|
||||
' ',
|
||||
this.btn_install,
|
||||
]),
|
||||
E('div', { 'class': 'right' }, [
|
||||
' ',
|
||||
this.btn_cancel,
|
||||
]),
|
||||
]),
|
||||
]);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user