[GitHub] [cloudstack] shwstppr removed a comment on pull request #4068: Adding Centos8 Support

2020-05-31 Thread GitBox


shwstppr removed a comment on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-635906791


   @blueorangutan test u18 kvm-ubuntu18



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[cloudstack-primate] branch master updated: src: layout and notification fixes

2020-05-31 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
 new d6b7c29  src: layout and notification fixes
d6b7c29 is described below

commit d6b7c299534312a5e8eabe2b228342a7289fc6d3
Author: Rohit Yadav 
AuthorDate: Mon Jun 1 01:01:28 2020 +0530

src: layout and notification fixes

Signed-off-by: Rohit Yadav 
---
 src/assets/403.png| Bin 28168 -> 39320 bytes
 src/assets/404.png| Bin 39320 -> 33621 bytes
 src/assets/500.png| Bin 33621 -> 28168 bytes
 src/components/header/ProjectMenu.vue |   2 +-
 src/layouts/ResourceLayout.vue|   9 ++---
 src/utils/request.js  |  24 +---
 src/views/AutogenView.vue |  14 --
 7 files changed, 28 insertions(+), 21 deletions(-)

diff --git a/src/assets/403.png b/src/assets/403.png
index bdb9418..5ce416c 100644
Binary files a/src/assets/403.png and b/src/assets/403.png differ
diff --git a/src/assets/404.png b/src/assets/404.png
index 5ce416c..4720b68 100644
Binary files a/src/assets/404.png and b/src/assets/404.png differ
diff --git a/src/assets/500.png b/src/assets/500.png
index 4720b68..bdb9418 100644
Binary files a/src/assets/500.png and b/src/assets/500.png differ
diff --git a/src/components/header/ProjectMenu.vue 
b/src/components/header/ProjectMenu.vue
index dc3eb35..bddbf3f 100644
--- a/src/components/header/ProjectMenu.vue
+++ b/src/components/header/ProjectMenu.vue
@@ -97,7 +97,7 @@ export default {
 

[cloudstack-primate] branch master updated: locales: assorted fixes

2020-05-31 Thread rohit
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
 new 77ef427  locales: assorted fixes
77ef427 is described below

commit 77ef427478b336365814d6f388ff0807254d95cf
Author: Rohit Yadav 
AuthorDate: Sun May 31 20:37:04 2020 +0530

locales: assorted fixes

Signed-off-by: Rohit Yadav 
---
 src/components/view/DetailSettings.vue |  8 
 src/components/view/InfoCard.vue   | 10 +++---
 src/components/view/SettingsTab.vue|  2 +-
 src/config/router.js   |  2 +-
 src/config/section/compute.js  |  2 +-
 src/config/section/infra/zones.js  |  4 ++--
 src/config/section/network.js  |  2 +-
 src/config/section/plugin/quota.js |  4 ++--
 src/locales/ar.json|  4 +++-
 src/locales/ca.json|  4 +++-
 src/locales/de_DE.json |  4 +++-
 src/locales/en.json|  7 ---
 src/locales/es.json|  4 +++-
 src/locales/fr_FR.json |  4 +++-
 src/locales/hi.json|  3 ++-
 src/locales/hu.json|  3 ++-
 src/locales/it_IT.json |  4 +++-
 src/locales/ja_JP.json |  3 ++-
 src/locales/ko_KR.json |  3 ++-
 src/locales/nb_NO.json |  4 +++-
 src/locales/nl_NL.json |  4 +++-
 src/locales/pl.json|  4 +++-
 src/locales/pt_BR.json |  3 ++-
 src/locales/ru_RU.json |  3 ++-
 src/locales/zh_CN.json |  3 ++-
 src/views/infra/InfraSummary.vue   | 10 +-
 26 files changed, 69 insertions(+), 39 deletions(-)

diff --git a/src/components/view/DetailSettings.vue 
b/src/components/view/DetailSettings.vue
index 200ac8a..d7e049f 100644
--- a/src/components/view/DetailSettings.vue
+++ b/src/components/view/DetailSettings.vue
@@ -23,7 +23,7 @@
   message="Please stop the virtual machine to access settings" />
 
   
-Add Setting
+{{ $t('label.add.setting') }}
   
   
 
-Add Setting
-Cancel
+{{ $t('label.add.setting') }}
+{{ $t('label.cancel') }}
   
 
 
@@ -59,7 +59,7 @@
 @change="val => handleInputChange(val, index)"
 @pressEnter="e => updateDetail(index)" />
 
-{{ item.value }}
+{{ item.value }}
   
 
 
diff --git a/src/components/view/InfoCard.vue b/src/components/view/InfoCard.vue
index 279e9c1..1e9cf56 100644
--- a/src/components/view/InfoCard.vue
+++ b/src/components/view/InfoCard.vue
@@ -96,9 +96,13 @@
   
 Copy ID
   
-  
-
-  
+  
 
 {{ resource.id }}
   
diff --git a/src/components/view/SettingsTab.vue 
b/src/components/view/SettingsTab.vue
index e62975d..89b934b 100644
--- a/src/components/view/SettingsTab.vue
+++ b/src/components/view/SettingsTab.vue
@@ -15,7 +15,7 @@
   @keydown.esc="editableValueKey = null"
   @pressEnter="updateData(item)">
 
-
+
   {{ item.value }}
 
   
diff --git a/src/config/router.js b/src/config/router.js
index 03482f5..dcd9f3a 100644
--- a/src/config/router.js
+++ b/src/config/router.js
@@ -183,7 +183,7 @@ export function asyncRouterMap () {
   icon: 'dashboard',
   tabs: [
 {
-  name: 'Dashboard',
+  name: 'dashboard',
   component: () => import('@/views/dashboard/UsageDashboardChart')
 },
 {
diff --git a/src/config/section/compute.js b/src/config/section/compute.js
index 5f39a67..f02e5af 100644
--- a/src/config/section/compute.js
+++ b/src/config/section/compute.js
@@ -49,7 +49,7 @@ export default {
 param: 'virtualmachineid'
   }, {
 name: 'backup',
-title: 'label.backups',
+title: 'label.backup',
 param: 'virtualmachineid'
   }, {
 name: 'affinitygroup',
diff --git a/src/config/section/infra/zones.js 
b/src/config/section/infra/zones.js
index fdd75a2..d4de9d4 100644
--- a/src/config/section/infra/zones.js
+++ b/src/config/section/infra/zones.js
@@ -36,7 +36,7 @@ export default {
 param: 'zoneid'
   }, {
 name: 'storagepool',
-title: 'label.primate.storage',
+title: 'label.primary.storage',
 param: 'zoneid'
   }, {
 name: 'imagestore',
@@ -47,7 +47,7 @@ export default {
 name: 'details',
 component: () => import('@/components/view/DetailsTab.vue')
   }, {
-name: 'physical.networks',
+name: 'physical.network',
 component: () => import('@/views/infra/zone/PhysicalNetworksTab.vue')
   }, {
 name: 'system.vms'