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
6d0c045c
Commit
6d0c045c
authored
Oct 02, 2014
by
joshiste
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed to minified version of d3 to fix an encoding issue and fixed bullet-encoding in css.
Fixes gh-8
parent
5bfc0a46
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
pom.xml
pom.xml
+1
-1
index.html
spring-boot-admin-server/src/main/webapp/public/index.html
+2
-2
application.css
...dmin-server/src/main/webapp/public/styles/application.css
+1
-1
metrics.html
...er/src/main/webapp/public/views/apps/details/metrics.html
+2
-2
No files found.
pom.xml
View file @
6d0c045c
...
...
@@ -23,7 +23,7 @@
<angularjs.version>
1.2.12
</angularjs.version>
<angular-ui-router.version>
0.2.10-1
</angular-ui-router.version>
<angularjs-nvd3-directives.version>
0.0.7-1
</angularjs-nvd3-directives.version>
<d3js.version>
3.4.1
</d3js.version>
<d3js.version>
3.4.1
1
</d3js.version>
<nvd3.version>
1.1.15-beta
</nvd3.version>
<main.basedir>
${basedir}
</main.basedir>
<passphrase>
${gpg.passphrase}
</passphrase>
...
...
spring-boot-admin-server/src/main/webapp/public/index.html
View file @
6d0c045c
...
...
@@ -61,8 +61,8 @@
<script
src=
"/webjars/angularjs/${angularjs.version}/angular-resource.min.js"
></script>
<script
src=
"/webjars/angularjs/${angularjs.version}/angular-route.min.js"
></script>
<script
src=
"/webjars/angular-ui-router/0.2.10/angular-ui-router.min.js"
></script>
<script
src=
"/webjars/d3js/${d3js.version}/d3.js"
></script>
<script
src=
"/webjars/nvd3/${nvd3.version}/nv.d3.js"
></script>
<script
src=
"/webjars/d3js/${d3js.version}/d3.
min.
js"
></script>
<script
src=
"/webjars/nvd3/${nvd3.version}/nv.d3.
min.
js"
></script>
<script
src=
"/webjars/angularjs-nvd3-directives/0.0.7/angularjs-nvd3-directives.js"
></script>
<script
src=
"/scripts/app.js"
></script>
<script
src=
"/scripts/controllers/controllers.js"
></script>
...
...
spring-boot-admin-server/src/main/webapp/public/styles/application.css
View file @
6d0c045c
...
...
@@ -23,7 +23,7 @@ ul.chart-legend {
}
ul
.chart-legend
li
:before
{
content
:
"• "
;
content
:
'\2022'
;
font-size
:
250%
;
vertical-align
:
middle
;
}
...
...
spring-boot-admin-server/src/main/webapp/public/views/apps/details/metrics.html
View file @
6d0c045c
...
...
@@ -53,7 +53,7 @@
<tr>
<td>
<h1
style=
"text-align: center;"
>
Counter
</h1>
<div
class=
"center-block"
style=
"width: 800px; height: {{
50
+ counterData[0].values.length * 15 }}px; position:relative;"
>
<div
class=
"center-block"
style=
"width: 800px; height: {{
75
+ counterData[0].values.length * 15 }}px; position:relative;"
>
<nvd3-multi-bar-horizontal-chart
id=
"counterChart"
nodata=
"not available"
data=
"counterData"
color=
"colorFunction()"
...
...
@@ -68,7 +68,7 @@
<tr>
<td>
<h1
style=
"text-align: center;"
>
Gauge
</h1>
<div
class=
"center-block"
style=
"width: 800px; height: {{
50
+ gaugeData[0].values.length * 15 }}px; position:relative;"
>
<div
class=
"center-block"
style=
"width: 800px; height: {{
75
+ gaugeData[0].values.length * 15 }}px; position:relative;"
>
<nvd3-multi-bar-horizontal-chart
id=
"gaugesChart"
nodata=
"not available"
data=
"gaugeData"
color=
"colorFunction()"
...
...
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