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
6ba113e8
Commit
6ba113e8
authored
Mar 18, 2018
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish ui code
unecessary scss sections removed no type for errors props
parent
ea63e0a5
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
22 deletions
+10
-22
d3.js
spring-boot-admin-server-ui/src/main/frontend/utils/d3.js
+6
-7
handle.vue
...server-ui/src/main/frontend/views/applications/handle.vue
+1
-1
m-bean-attributes.vue
...in/frontend/views/instances/jolokia/m-bean-attributes.vue
+0
-4
m-bean-operation-invocation.vue
...d/views/instances/jolokia/m-bean-operation-invocation.vue
+0
-4
index.vue
...rver-ui/src/main/frontend/views/instances/shell/index.vue
+1
-1
index.vue
...t-admin-server-ui/src/main/frontend/views/shell/index.vue
+1
-1
navbar.vue
...-admin-server-ui/src/main/frontend/views/shell/navbar.vue
+1
-4
No files found.
spring-boot-admin-server-ui/src/main/frontend/utils/d3.js
View file @
6ba113e8
...
...
@@ -23,11 +23,11 @@ import * as shape from 'd3-shape';
import
*
as
time
from
'd3-time'
;
export
default
{
...
shape
,
...
scale
,
...
axis
,
...
array
,
...
axis
,
...
brush
,
...
time
,
...
selection
}
\ No newline at end of file
...
scale
,
...
selection
,
...
shape
,
...
time
}
spring-boot-admin-server-ui/src/main/frontend/views/applications/handle.vue
View file @
6ba113e8
...
...
@@ -36,7 +36,7 @@
default
:
()
=>
[],
},
error
:
{
type
:
Object
,
type
:
null
,
default
:
null
}
},
...
...
spring-boot-admin-server-ui/src/main/frontend/views/instances/jolokia/m-bean-attributes.vue
View file @
6ba113e8
...
...
@@ -82,7 +82,3 @@
},
}
</
script
>
<
style
lang=
"scss"
>
@import
"~@/assets/css/utilities"
;
</
style
>
spring-boot-admin-server-ui/src/main/frontend/views/instances/jolokia/m-bean-operation-invocation.vue
View file @
6ba113e8
...
...
@@ -186,7 +186,3 @@
watch
:
{}
}
</
script
>
<
style
lang=
"scss"
>
@import
"~@/assets/css/utilities"
;
</
style
>
spring-boot-admin-server-ui/src/main/frontend/views/instances/shell/index.vue
View file @
6ba113e8
...
...
@@ -38,7 +38,7 @@
default
:
()
=>
[],
},
error
:
{
type
:
Object
,
type
:
null
,
default
:
null
}
},
...
...
spring-boot-admin-server-ui/src/main/frontend/views/shell/index.vue
View file @
6ba113e8
...
...
@@ -31,7 +31,7 @@
default
:
()
=>
[],
},
error
:
{
type
:
Object
,
type
:
null
,
default
:
null
}
},
...
...
spring-boot-admin-server-ui/src/main/frontend/views/shell/navbar.vue
View file @
6ba113e8
...
...
@@ -50,10 +50,7 @@
</
template
>
<
script
>
import
iconSpringBootAdmin
from
'@/assets/img/icon-spring-boot-admin.svg'
;
export
default
{
components
:
{
iconSpringBootAdmin
},
data
:
()
=>
({
showMenu
:
false
}),
...
...
@@ -67,7 +64,7 @@
default
:
()
=>
[],
},
error
:
{
type
:
Object
,
type
:
null
,
default
:
null
}
},
...
...
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