diff --git a/src/components/Storage/StorageManagerPanel.vue b/src/components/Storage/StorageManagerPanel.vue index aedbf375..c8b6e3d2 100644 --- a/src/components/Storage/StorageManagerPanel.vue +++ b/src/components/Storage/StorageManagerPanel.vue @@ -14,7 +14,7 @@

{{ title }}

-
@@ -23,13 +23,13 @@
+ trigger="hover">
{{ $t('Please insert a Drive to Create Storage') }}
{{ $t('Create Storage') }} + size="is-small" @click="showCreate">{{ $t('Create Storage') }}
@@ -38,10 +38,10 @@ + @reload="getDiskList"> @@ -57,10 +57,10 @@ + :type="{ 'is-danger': errors[0], 'is-success': valid }"> + @keyup.native="createStorageName = createStorageName.replace(/[^\w]/g, '')" + @paste.native="createStorageName = createStorageName.replace(/[^\w]/g, '')"> @@ -127,7 +127,7 @@
+ class="creating-animation">

{{ $t('Creation in progress') }}...

@@ -139,18 +139,18 @@