mirror of
https://github.com/unraid/webgui.git
synced 2026-01-18 07:30:14 -06:00
Eliminate unnecessary head/html blocks
This commit is contained in:
@@ -115,17 +115,6 @@ pool_status();
|
||||
|
||||
<div id="dialogAddPool" style="display:none"></div>
|
||||
<div id="templatePopupPool" style="display:none">
|
||||
<html <?=$display['rtl']?>lang="<?=strtok($locale,'_')?:'en'?>">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="viewport" content="width=1600">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="referrer" content="same-origin">
|
||||
</head>
|
||||
<body>
|
||||
<form markdown="1" method="POST" action="/update.htm" target="progressFrame" onsubmit="return validate(this.poolName.value)">
|
||||
<input type="hidden" name="changeSlots" value="apply">
|
||||
_(Name)_:
|
||||
@@ -139,8 +128,6 @@ _(Slots)_:
|
||||
</select>
|
||||
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
||||
<?endif;?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user