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
2bdcaebc
Commit
2bdcaebc
authored
Jul 18, 2014
by
Thomas Bosch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
0b24e0da
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
controllers.js
src/main/webapp/public/scripts/controllers/controllers.js
+1
-1
overview.html
src/main/webapp/public/views/apps/overview.html
+5
-5
No files found.
src/main/webapp/public/scripts/controllers/controllers.js
View file @
2bdcaebc
...
...
@@ -29,7 +29,7 @@ angular.module('springBootAdmin')
};
// reload site every 30 seconds
var
task
=
$interval
(
function
()
{
§
scope
.
loadData
();
$
scope
.
loadData
();
},
30000
);
})
.
controller
(
'navCtrl'
,
function
(
$scope
,
$location
)
{
...
...
src/main/webapp/public/views/apps/overview.html
View file @
2bdcaebc
...
...
@@ -21,11 +21,11 @@
<td>
{{ application.id }}
</td>
<td>
{{ application.version }}
</td>
<td>
<span
ng-show=
"application.up"
class=
"up"
>
up
</span>
<span
ng-show=
"application.down"
class=
"down"
>
down
</span>
<span
ng-show=
"application.outofservice"
class=
"oufofservice"
>
out of service
</span>
<span
ng-show=
"application.unknown"
class=
"unknown"
>
unknown
</span>
<span
ng-show=
"application.offline"
class=
"offline"
>
offline
</span>
<span
ng-show=
"application.up"
class=
"up"
>
UP
</span>
<span
ng-show=
"application.down"
class=
"down"
>
DOWN
</span>
<span
ng-show=
"application.outofservice"
class=
"oufofservice"
>
OUT OF SERVICE
</span>
<span
ng-show=
"application.unknown"
class=
"unknown"
>
UNKNOWN
</span>
<span
ng-show=
"application.offline"
class=
"offline"
>
OFFLINE
</span>
</td>
<td>
<span
ng-show=
"application.up"
style=
"float:right"
>
...
...
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