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
714349f9
Commit
714349f9
authored
Oct 03, 2014
by
Fabian Lange
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9 from joshiste/master
File-encoding fixes
parents
5bfc0a46
6d0c045c
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 @
714349f9
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<angularjs.version>
1.2.12
</angularjs.version>
<angularjs.version>
1.2.12
</angularjs.version>
<angular-ui-router.version>
0.2.10-1
</angular-ui-router.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>
<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>
<nvd3.version>
1.1.15-beta
</nvd3.version>
<main.basedir>
${basedir}
</main.basedir>
<main.basedir>
${basedir}
</main.basedir>
<passphrase>
${gpg.passphrase}
</passphrase>
<passphrase>
${gpg.passphrase}
</passphrase>
...
...
spring-boot-admin-server/src/main/webapp/public/index.html
View file @
714349f9
...
@@ -61,8 +61,8 @@
...
@@ -61,8 +61,8 @@
<script
src=
"/webjars/angularjs/${angularjs.version}/angular-resource.min.js"
></script>
<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/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/angular-ui-router/0.2.10/angular-ui-router.min.js"
></script>
<script
src=
"/webjars/d3js/${d3js.version}/d3.js"
></script>
<script
src=
"/webjars/d3js/${d3js.version}/d3.
min.
js"
></script>
<script
src=
"/webjars/nvd3/${nvd3.version}/nv.d3.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=
"/webjars/angularjs-nvd3-directives/0.0.7/angularjs-nvd3-directives.js"
></script>
<script
src=
"/scripts/app.js"
></script>
<script
src=
"/scripts/app.js"
></script>
<script
src=
"/scripts/controllers/controllers.js"
></script>
<script
src=
"/scripts/controllers/controllers.js"
></script>
...
...
spring-boot-admin-server/src/main/webapp/public/styles/application.css
View file @
714349f9
...
@@ -23,7 +23,7 @@ ul.chart-legend {
...
@@ -23,7 +23,7 @@ ul.chart-legend {
}
}
ul
.chart-legend
li
:before
{
ul
.chart-legend
li
:before
{
content
:
"• "
;
content
:
'\2022'
;
font-size
:
250%
;
font-size
:
250%
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
...
...
spring-boot-admin-server/src/main/webapp/public/views/apps/details/metrics.html
View file @
714349f9
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<tr>
<tr>
<td>
<td>
<h1
style=
"text-align: center;"
>
Counter
</h1>
<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"
<nvd3-multi-bar-horizontal-chart
id=
"counterChart"
nodata=
"not available"
data=
"counterData"
data=
"counterData"
color=
"colorFunction()"
color=
"colorFunction()"
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<tr>
<tr>
<td>
<td>
<h1
style=
"text-align: center;"
>
Gauge
</h1>
<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"
<nvd3-multi-bar-horizontal-chart
id=
"gaugesChart"
nodata=
"not available"
data=
"gaugeData"
data=
"gaugeData"
color=
"colorFunction()"
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