@appscode/design-system 2.17.32 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.17.32",
3
+ "version": "2.17.34-alpha",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -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(1)" modifier-classes="is-text has-text-primary p-0 height-16">
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>
@@ -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",