From cdc9dcfa6952c39550a30a503b4a518faec2033b Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Sat, 8 Feb 2020 17:42:48 +0530 Subject: [PATCH] src: fix lint issue Signed-off-by: Rohit Yadav --- ui/src/views/storage/MigrateVolume.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/storage/MigrateVolume.vue b/ui/src/views/storage/MigrateVolume.vue index fbfd694493e..b275256db0a 100644 --- a/ui/src/views/storage/MigrateVolume.vue +++ b/ui/src/views/storage/MigrateVolume.vue @@ -22,7 +22,7 @@ - {{ storagePool.name }} {{ storagePool.suitableformigration ? '(Suitable)' : '(Not Suitable)'}} + {{ storagePool.name }} {{ storagePool.suitableformigration ? '(Suitable)' : '(Not Suitable)' }}