Add ability to enable ZFS easily

This commit is contained in:
Jose
2019-11-22 06:29:34 -04:00
parent 25f55af3ec
commit 13f1739f96
6 changed files with 119 additions and 5 deletions
+4
View File
@@ -270,6 +270,10 @@ $(document).ready(function(){
<tr>
<td class="vncellt"><?=gtext("Extension version");?></td>
<td class="vtable"><span name="getinfo_ext" id="getinfo_ext"><?=get_version_ext()?></span></td>
</tr>
<tr>
<td class="vncellt"><?=gtext("ZFS support");?></td>
<td class="vtable"><span name="getinfo_zfs" id="getinfo_zfs"><?=get_state_zfs()?></span></td>
</tr>
<?php html_filechooser("backup_path", gtext("Backup directory"), $backup_path, gtext("Directory to store containers backup archives, use as file chooser for restoring from file."), $backup_path, true, 60);?>
</table>