Skip to content

Commit

Permalink
Update to Bootstrap 4.3.1
Browse files Browse the repository at this point in the history
Also, get the whole UI more in line with the Prometheus server UI.

Most importantly: Add a favicon! (Inverted, because this is push, not
pull...)

Signed-off-by: beorn7 <[email protected]>
  • Loading branch information
beorn7 committed Jun 25, 2019
1 parent 008a5f6 commit edc5d10
Show file tree
Hide file tree
Showing 56 changed files with 36,369 additions and 204 deletions.
3 changes: 2 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Licensed under the MIT License

Bootstrap
http://getbootstrap.com
Copyright 2011-2014 Twitter, Inc.
Copyright (c) 2011-2019 Twitter, Inc.
Copyright (c) 2011-2019 The Bootstrap Authors
Licensed under the MIT License
291 changes: 177 additions & 114 deletions asset/assets_vfsdata.go

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions handler/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ func Status(
"value": func(f float64) string {
return strconv.FormatFloat(f, 'f', -1, 64)
},
"timeFormat": func(t time.Time) string {
return t.Format(time.RFC3339)
},
})

externalURL := flags["web.external-url"]
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions resources/static/bootstrap-3.3.4-dist/css/bootstrap.min.css

This file was deleted.

7 changes: 0 additions & 7 deletions resources/static/bootstrap-3.3.4-dist/js/bootstrap.min.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License (MIT)

Copyright (c) 2011-2015 Twitter, Inc
Copyright (c) 2011-2019 Twitter, Inc.
Copyright (c) 2011-2019 The Bootstrap Authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit edc5d10

Please sign in to comment.