You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/03/04 01:55:59 UTC

[cloudstack] branch main updated: UI: Missing message on VM import for not found networks (#6055)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 807ebf4  UI: Missing message on VM import for not found networks (#6055)
807ebf4 is described below

commit 807ebf426ada360142c4750980f543c95c074f9e
Author: Nicolas Vazquez <ni...@gmail.com>
AuthorDate: Thu Mar 3 22:55:25 2022 -0300

    UI: Missing message on VM import for not found networks (#6055)
---
 ui/public/locales/en.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json
index cda1382..a5ebb87 100644
--- a/ui/public/locales/en.json
+++ b/ui/public/locales/en.json
@@ -1566,6 +1566,7 @@
 "label.no.isos": "No available ISOs",
 "label.no.items": "No Available Items",
 "label.no.matching.offering": "No matching offering found",
+"label.no.matching.network": "No matching networks found",
 "label.no.security.groups": "No Available Security Groups",
 "label.noderootdisksize": "Node root disk size (in GB)",
 "label.nodiskcache": "No disk cache",