mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Merge branch 'master' of github.com:webmin/webmin
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
This commit is contained in:
@@ -112,7 +112,7 @@ if ($canedit) {
|
||||
print ui_buttons_row("delete_part.cgi", $text{'part_delete'}, $text{'part_deletedesc'}, $hiddens);
|
||||
print ui_buttons_end();
|
||||
} else {
|
||||
print ($is_boot) ? "<b>$text{'part_bootcannotedit'}</b><p>\n"
|
||||
print $is_boot ? "<b>$text{'part_bootcannotedit'}</b><p>\n"
|
||||
: "<b>$text{'part_cannotedit'}</b><p>\n";
|
||||
}
|
||||
# SMART button (physical device)
|
||||
|
||||
Reference in New Issue
Block a user