@appscode/design-system 2.17.33 → 2.17.34-alpha
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
|
@@ -53,7 +53,7 @@ const hoveredRow = ref<number | null>(null);
|
|
|
53
53
|
<span class="b-r-1 mx-4"></span>
|
|
54
54
|
<span class="width-70 is-flex is-align-items-center">{{ thead[3] }}</span>
|
|
55
55
|
<span class="b-l-1 px-2 is-flex is-align-items-center is-clickable">
|
|
56
|
-
<ac-button @click="handleHeaderButtonClick(
|
|
56
|
+
<ac-button @click="handleHeaderButtonClick(2)" modifier-classes="is-text has-text-primary p-0 height-16">
|
|
57
57
|
<LinkIcon />
|
|
58
58
|
</ac-button>
|
|
59
59
|
</span>
|
|
@@ -61,7 +61,7 @@ const hoveredRow = ref<number | null>(null);
|
|
|
61
61
|
<div class="table-cell has-text-weight-normal is-flex is-justify-content-end gap-5">
|
|
62
62
|
<div>{{ thead[4] }}</div>
|
|
63
63
|
<div class="is-flex is-clickable">
|
|
64
|
-
<ac-button modifier-classes="is-text has-text-primary p-0 height-16" @click="handleHeaderButtonClick(
|
|
64
|
+
<ac-button modifier-classes="is-text has-text-primary p-0 height-16" @click="handleHeaderButtonClick(1)">
|
|
65
65
|
<LinkIcon />
|
|
66
66
|
</ac-button>
|
|
67
67
|
</div>
|
|
@@ -34,6 +34,13 @@ const appList = [
|
|
|
34
34
|
port: "5996",
|
|
35
35
|
sub_title: "Manage your databases",
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
name: "observe",
|
|
39
|
+
icon_url: "https://cdn.appscode.com/images/products/others/logos/perses.svg",
|
|
40
|
+
title: "Perses",
|
|
41
|
+
port: "5997",
|
|
42
|
+
sub_title: "Analyze your activities",
|
|
43
|
+
},
|
|
37
44
|
{
|
|
38
45
|
name: "grafana",
|
|
39
46
|
icon_url: "https://cdn.appscode.com/images/products/others/logos/grafana.svg",
|