feature: dashboard - add classes
This commit is contained in:
parent
7dcda753c7
commit
935a091a0b
14
package-lock.json
generated
14
package-lock.json
generated
@ -8,7 +8,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@startinblox/hubl-styling-framework": "^1.0.12",
|
"@startinblox/hubl-styling-framework": "^1.0.13",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
"parcel-bundler": "^1.12.4",
|
"parcel-bundler": "^1.12.4",
|
||||||
@ -1442,9 +1442,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@startinblox/hubl-styling-framework": {
|
"node_modules/@startinblox/hubl-styling-framework": {
|
||||||
"version": "1.0.12",
|
"version": "1.0.13",
|
||||||
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.12.tgz",
|
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.13.tgz",
|
||||||
"integrity": "sha512-7w7S0tBxbrUdoi61UISGxA44njeWMZXBMnVKHPE1ODjzkrw5gFgmAI41v50CIdClNuaKi4HjCtn0wAa9+gt3Qw=="
|
"integrity": "sha512-bbRTrfH6GgecA/hLiMhphjxdBBPtnIZ88Sd5zSF9kyk/IZ2CptUQVpkYw0eZGhPaWisuqLZ6p/aE4sw1HTWc/w=="
|
||||||
},
|
},
|
||||||
"node_modules/@types/q": {
|
"node_modules/@types/q": {
|
||||||
"version": "1.5.4",
|
"version": "1.5.4",
|
||||||
@ -10603,9 +10603,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@startinblox/hubl-styling-framework": {
|
"@startinblox/hubl-styling-framework": {
|
||||||
"version": "1.0.12",
|
"version": "1.0.13",
|
||||||
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.12.tgz",
|
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.13.tgz",
|
||||||
"integrity": "sha512-7w7S0tBxbrUdoi61UISGxA44njeWMZXBMnVKHPE1ODjzkrw5gFgmAI41v50CIdClNuaKi4HjCtn0wAa9+gt3Qw=="
|
"integrity": "sha512-bbRTrfH6GgecA/hLiMhphjxdBBPtnIZ88Sd5zSF9kyk/IZ2CptUQVpkYw0eZGhPaWisuqLZ6p/aE4sw1HTWc/w=="
|
||||||
},
|
},
|
||||||
"@types/q": {
|
"@types/q": {
|
||||||
"version": "1.5.4",
|
"version": "1.5.4",
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@startinblox/hubl-styling-framework": "^1.0.12",
|
"@startinblox/hubl-styling-framework": "^1.0.13",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
"parcel-bundler": "^1.12.4",
|
"parcel-bundler": "^1.12.4",
|
||||||
|
@ -52,8 +52,10 @@ html(lang="en")
|
|||||||
|
|
||||||
main#content.segment.lg-three-quarter.text-top.notLoggedIn
|
main#content.segment.lg-three-quarter.text-top.notLoggedIn
|
||||||
|
|
||||||
#about(data-view="about")
|
if endpoints.get.dashboards
|
||||||
include views/page-about.pug
|
#dashboard(hidden, data-view="dashboard")
|
||||||
|
include views/page-dashboard.pug
|
||||||
|
|
||||||
|
|
||||||
//- if endpoints.get.dashboards
|
//- if endpoints.get.dashboards
|
||||||
//- #dashboard(hidden, data-view="dashboard").no-sidebar.with-padding
|
//- #dashboard(hidden, data-view="dashboard").no-sidebar.with-padding
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.views-container
|
div.segment.padding-top-small.padding-right-large.padding-bottom-small.padding-left-large
|
||||||
h1(data-trans='dashboard.title')
|
h2.text-xlarge.text-color-heading.text-uppercase(data-trans='dashboard.title')
|
||||||
solid-dashboard(
|
solid-dashboard(
|
||||||
data-src=`${endpoints.dashboards || endpoints.get.dashboards}`
|
data-src=`${endpoints.dashboards || endpoints.get.dashboards}`
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user