@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
|
@@ -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="`${
|
|
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="`${
|
|
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,
|