mirror of
https://github.com/unraid/webgui.git
synced 2026-02-27 04:41:20 -06:00
Cache devices: add translation
This commit is contained in:
@@ -188,11 +188,11 @@ _(Slots)_:
|
||||
<input type="hidden" name="poolName" value="">
|
||||
_(Name)_:
|
||||
: <select name="subpool">
|
||||
<?=mk_option("","special","special - Special Allocation Class")?>
|
||||
<?=mk_option("","logs","logs - ZFS Intent Log")?>
|
||||
<?=mk_option("","dedup","dedup - Deduplication Tables")?>
|
||||
<?=mk_option("","cache","cache - Cache Devices")?>
|
||||
<?=mk_option("","spares","spares - Hot Spares")?>
|
||||
<?=mk_option("","special","_(special - Special Allocation Class)_")?>
|
||||
<?=mk_option("","logs","_(logs - ZFS Intent Log)_")?>
|
||||
<?=mk_option("","dedup","_(dedup - Deduplication Tables)_")?>
|
||||
<?=mk_option("","cache","_(cache - Cache Devices)_")?>
|
||||
<?=mk_option("","spares","_(spares - Hot Spares)_")?>
|
||||
</select>
|
||||
|
||||
_(Slots)_:
|
||||
|
||||
Reference in New Issue
Block a user