@appscode/design-system 1.0.43-alpha.154 → 1.0.43-alpha.155

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.154",
3
+ "version": "1.0.43-alpha.155",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -24,7 +24,7 @@
24
24
  <a :href="`${serverDomain}/user/settings/`">Settings</a>
25
25
  </li>
26
26
  <li v-if="user.is_admin" key="site-admin">
27
- <a :href="`${serverDomain}/admin`">Site Administration</a>
27
+ <a :href="`${accountsDomain}/admin`">Site Administration</a>
28
28
  </li>
29
29
  <li v-if="showAccountSwitcher" :class="`is-${dropDownStatus}`" key="switcher">
30
30
  <a class="
@@ -104,7 +104,7 @@
104
104
  <a :href="`${serverDomain}/dashboard`"> Dashboard </a>
105
105
  </li>
106
106
  <li key="signout">
107
- <a :href="`${serverDomain}/user/logout`"> Sign out </a>
107
+ <a :href="`${accountsDomain}/user/logout`"> Sign out </a>
108
108
  </li>
109
109
  </transition-group>
110
110
  </div>
@@ -126,6 +126,10 @@ export default defineComponent({
126
126
  type: String,
127
127
  default: "",
128
128
  },
129
+ accountsDomain: {
130
+ type: String,
131
+ default: "",
132
+ },
129
133
  showAccountSwitcher: {
130
134
  type: Boolean,
131
135
  default: false,