Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-boot-admin
Commits
70780924
Commit
70780924
authored
Apr 17, 2018
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to bulma 0.7.0
parent
23aa468d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
11 deletions
+16
-11
package-lock.json
spring-boot-admin-server-ui/package-lock.json
+0
-0
package.json
spring-boot-admin-server-ui/package.json
+9
-9
_utilities.scss
...in-server-ui/src/main/frontend/assets/css/_utilities.scss
+2
-1
header.vue
...ver-ui/src/main/frontend/views/instances/shell/header.vue
+1
-1
tabs.vue
...erver-ui/src/main/frontend/views/instances/shell/tabs.vue
+4
-0
No files found.
spring-boot-admin-server-ui/package-lock.json
View file @
70780924
This diff is collapsed.
Click to expand it.
spring-boot-admin-server-ui/package.json
View file @
70780924
...
...
@@ -15,7 +15,7 @@
"@fortawesome/fontawesome-free-solid"
:
"^5.0.10"
,
"@fortawesome/vue-fontawesome"
:
"0.0.22"
,
"axios"
:
"^0.18.0"
,
"bulma"
:
"^0.
6.2
"
,
"bulma"
:
"^0.
7.0
"
,
"bulma-badge"
:
"^1.0.1"
,
"d3-array"
:
"^1.2.1"
,
"d3-axis"
:
"^1.0.8"
,
...
...
@@ -27,22 +27,22 @@
"event-source-polyfill"
:
"0.0.12"
,
"linkifyjs"
:
"^2.1.6"
,
"lodash"
:
"^4.17.5"
,
"moment"
:
"^2.22.
0
"
,
"moment"
:
"^2.22.
1
"
,
"moment-shortformat"
:
"^2.1.0"
,
"popper.js"
:
"^1.14.3"
,
"pretty-bytes"
:
"^4.0.2"
,
"resize-observer-polyfill"
:
"^1.5.0"
,
"rxjs"
:
"^5.5.
9
"
,
"rxjs"
:
"^5.5.
10
"
,
"vue"
:
"^2.5.16"
,
"vue-clickaway"
:
"^2.2.2"
,
"vue-router"
:
"^3.0.1"
,
"yamljs"
:
"^0.3.0"
},
"devDependencies"
:
{
"@vue/test-utils"
:
"^1.0.0-beta.1
3
"
,
"autoprefixer"
:
"^8.
2
.0"
,
"@vue/test-utils"
:
"^1.0.0-beta.1
4
"
,
"autoprefixer"
:
"^8.
3
.0"
,
"babel-core"
:
"^6.25.0"
,
"babel-eslint"
:
"^8.2.
2
"
,
"babel-eslint"
:
"^8.2.
3
"
,
"babel-jest"
:
"^22.4.3"
,
"babel-loader"
:
"^7.1.4"
,
"babel-plugin-lodash"
:
"^3.3.2"
,
...
...
@@ -65,14 +65,14 @@
"html-webpack-plugin"
:
"^2.30.0"
,
"identity-obj-proxy"
:
"^3.0.0"
,
"jest"
:
"^22.4.3"
,
"lodash-webpack-plugin"
:
"^0.11.
4
"
,
"lodash-webpack-plugin"
:
"^0.11.
5
"
,
"node-sass"
:
"^4.8.3"
,
"optimize-css-assets-webpack-plugin"
:
"^3.2.0"
,
"postcss-loader"
:
"^2.1.
3
"
,
"postcss-loader"
:
"^2.1.
4
"
,
"sass-loader"
:
"^6.0.7"
,
"style-loader"
:
"^0.20.3"
,
"url-loader"
:
"^0.6.2"
,
"vue-jest"
:
"^2.
4.1
"
,
"vue-jest"
:
"^2.
5.0
"
,
"vue-loader"
:
"^14.2.2"
,
"vue-svg-loader"
:
"^0.5.0"
,
"vue-template-compiler"
:
"^2.5.16"
,
...
...
spring-boot-admin-server-ui/src/main/frontend/assets/css/_utilities.scss
View file @
70780924
...
...
@@ -35,6 +35,7 @@ $modal-card-head-background-color: $white;
$modal-content-width
:
calc
(
100vh
-
40px
);
$navbar-background-color
:
$black-ter
;
$navbar-box-shadow-size
:
0
;
$navbar-item-color
:
$grey
;
$navbar-item-hover-color
:
$white
;
$navbar-item-hover-background-color
:
$navbar-background-color
;
...
...
@@ -45,4 +46,4 @@ $navbar-item-active-background-color: $navbar-background-color;
// for calculations / originally rem
$navbar-height-px
:
52px
;
$tabs-height-px
:
4
1
px
;
$tabs-height-px
:
4
6
px
;
spring-boot-admin-server-ui/src/main/frontend/views/instances/shell/header.vue
View file @
70780924
...
...
@@ -15,7 +15,7 @@
-->
<
template
>
<section
class=
"hero
instance-header"
id=
"instance-menu
"
>
<section
class=
"hero"
>
<div
class=
"hero-body"
>
<div
class=
"container"
>
<div
class=
"columns"
>
...
...
spring-boot-admin-server-ui/src/main/frontend/views/instances/shell/tabs.vue
View file @
70780924
...
...
@@ -117,5 +117,9 @@
visibility
:
visible
;
}
}
&
.level
{
align-items
:
flex-end
;
}
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment