Commit e9f999d0 authored by Franco Fichtner's avatar Franco Fichtner

firmware: minor tweak in button colour #1707

parent 650254c1
......@@ -221,7 +221,7 @@ POSSIBILITY OF SUCH DAMAGE.
message: reboot_msg,
buttons: [{
label: "{{ lang._('OK') }}",
cssClass: 'btn-primary',
cssClass: 'btn-warning',
action: function(dialogRef){
dialogRef.close();
upgrade();
......@@ -485,7 +485,7 @@ POSSIBILITY OF SUCH DAMAGE.
buttons: [{
<?php if (file_exists('/usr/local/opnsense/firmware-upgrade')): ?>
label: "{{ lang._('Upgrade') }}",
cssClass: 'btn-primary',
cssClass: 'btn-warning',
action: function(dialogRef){
dialogRef.close();
$.upgrade_needs_reboot = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment