dashboard-shell-shell 1.0.10000011121 → 1.0.10000011122

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,7 +133,7 @@ export default {
133
133
  return this.$store.getters['type-map/labelFor'](this.schema, 99);
134
134
  },
135
135
  _descriptionDisplay() {
136
- const key = this.$route.path.split('/'.pop());
136
+ const key = this.$route.path.split('/').pop();
137
137
 
138
138
  return this.$store.getters['i18n/t'](`typeDescription."${ key.toLowerCase() }"`);
139
139
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "1.0.10000011121",
3
+ "version": "1.0.10000011122",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",