mirror of
https://github.com/unraid/webgui.git
synced 2026-02-06 08:59:01 -06:00
VM: fix template display
This commit is contained in:
@@ -293,8 +293,8 @@ $(function() {
|
||||
|
||||
<div id="dialogWindow"></div>
|
||||
<div markdown="1" id="templateISO" class="template">
|
||||
<!--!
|
||||
<html <?=_var($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">
|
||||
@@ -304,11 +304,11 @@ $(function() {
|
||||
<meta name="referrer" content="same-origin">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-fonts.css")?>">
|
||||
</head>
|
||||
!-->
|
||||
<body>
|
||||
_(ISO Image)_:
|
||||
: <input type="text" id="target" autocomplete="off" spellcheck="false" value="" data-pickcloseonfile="true" data-pickfolders="true" data-pickfilter="" data-pickmatch="" data-pickroot="" data-picktop="">
|
||||
|
||||
</body>
|
||||
</html>
|
||||
!-->
|
||||
</div>
|
||||
Reference in New Issue
Block a user