Commit graph

6 commits

Author SHA1 Message Date
Matthias Loibl b7e978d255 web/ui: Fix padding in navbar container (#5371)
Signed-off-by: Matthias Loibl <[email protected]>
2019-03-18 23:17:49 +01:00
jritchieBAE b8f0a41745 Update to Bootstrap 4.1.3 (#5192)
* web: updated bootstrap3-typeahead file to work with bootstrap 4.0.0

Signed-off-by: Andrew Chiu <[email protected]>

* web: Replaced bootstrap-3.3.1 with bootstrap 4.0.0

Signed-off-by: Andrew Chiu <[email protected]>

* web: Added bootstrap4-glyphicons as 4.0.0 doesnt include bootstrap3 glyphicons

Signed-off-by: Andrew Chiu <[email protected]>

* web: updated js jquery to 3.3.1

Signed-off-by: Andrew Chiu <[email protected]>

* web: updated _base.html to import new bootstrap 4.0.0, jquery3.3.1 and bootstrap class tags to be 4.0 compatible

Signed-off-by: Andrew Chiu <[email protected]>

* web: _base.html missed word out in title tag (Server).

Signed-off-by: Andrew Chiu <[email protected]>

* web: updated alerts.html class names and tags to be bootstrap 4 compatible.

Signed-off-by: Andrew Chiu <[email protected]>

* web: updated config.html class names and tags to be bootstrap 4 compatible.

Signed-off-by: Andrew Chiu <[email protected]>

* web: updated flags.html class names and tags to be bootstrap 4 compatible.

Signed-off-by: Andrew Chiu <[email protected]>

* web: updated service-discovery.html class names and tags to be bootstrap 4 compatible.

Signed-off-by: Andrew Chiu <[email protected]>

* web: updated status.html class names and tags to be bootstrap 4 compatible.

Signed-off-by: Andrew Chiu <[email protected]>

* web: updated targets.html class names and tags to be bootstrap 4 compatible.

Signed-off-by: Andrew Chiu <[email protected]>

* web: updated graph_template.handlebar class names and tags to be bootstrap 4 compatible.

Signed-off-by: Andrew Chiu <[email protected]>

* web: alerts.css fix for button color inheritance on alerts page.

Signed-off-by: Andrew Chiu <[email protected]>

* web: graph.css fix for color inheritance.

Signed-off-by: Andrew Chiu <[email protected]>

* web: prometheus.css updated to fix nav bar.

Signed-off-by: Andrew Chiu <[email protected]>

* web: previous merge conflict not fixed correctly on _base.html

Signed-off-by: Andrew Chiu <[email protected]>

* menu.lib and prom.lib imports updated

Signed-off-by: ksherryBAE <[email protected]>

* bootstrap 4.1.3 imported

Signed-off-by: ksherryBAE <[email protected]>

* Bootstrap 4.1.3 imported into _base.html

Signed-off-by: ksherryBAE <[email protected]>

* bootstrap 4.1.3 imported into prom.lib

Signed-off-by: ksherryBAE <[email protected]>

* menu.lib style adjusted to view sidebar

Signed-off-by: ksherryBAE <[email protected]>

* Alert colour uplifted to bootstrap 4.1.3

Signed-off-by: ksherryBAE <[email protected]>

* Alerts display code reformatted similarly to config

Signed-off-by: ksherryBAE <[email protected]>

* Consoles pages adjusted to account for new navbar

Signed-off-by: ksherryBAE <[email protected]>

* LHS Menu fixed in console pages

Signed-off-by: ksherryBAE <[email protected]>

* Minor changes to prom_console to adjust lhs nav

Signed-off-by: ksherryBAE <[email protected]>

* Prom.lib and some css updated to fix console graph controls

Signed-off-by: ksherryBAE <[email protected]>

* Bootstrap 4.0.0 files removed

Signed-off-by: ksherryBAE <[email protected]>

* Consoles configured so that the graph fits with the new side bar, css files also adjusted

Signed-off-by: ksherryBAE <[email protected]>

* Import popper.min.js for dropdowns

Signed-off-by: ksherryBAE <[email protected]>

* Popper.min.js imported locally

Signed-off-by: ksherryBAE <[email protected]>

* Re-added #4764 and fixed css

Signed-off-by: ksherryBAE <[email protected]>

* Removed .DS_Store

Signed-off-by: ksherryBAE <[email protected]>

* Rebuilt assets

Signed-off-by: ksherryBAE <[email protected]>

* Spaces between buttons and inputs on graph page removed

Signed-off-by: ksherryBAE <[email protected]>

* fixed spacing in buttons on /targets

Signed-off-by: Pritam Bhudia <[email protected]>

* Updated vfsdata.go

Signed-off-by: Pritam Bhudia <[email protected]>

* fixed typeahead issue

Signed-off-by: James Ritchie <[email protected]>

* added css for dropdown

Signed-off-by: James Ritchie <[email protected]>

* changed order of css imports

Signed-off-by: James Ritchie <[email protected]>

* tinkered with CSS changes to make keyboard select and mouseover match

Signed-off-by: James Ritchie <[email protected]>
2019-02-07 22:18:09 +01:00
Callum Jones 090e7e0959 Place Service Discovery labels inline (#3872)
Fixes #3739
2018-02-24 19:44:37 +00:00
Roman Khavronenko 245b8a0b37 Allow to collapse jobs at /targets page (#2628) 2017-08-09 17:10:30 +02:00
Julius Volz c0b430b8e5 Improve before-relabeling label tooltips.
Yes, the label names and values really need double HTML escaping in
order to end up correctly in the tooltip after two levels of unescaping.

Fixes https://github.com/prometheus/prometheus/issues/1563
2016-04-18 20:23:41 +02:00
Fabian Reinartz 57ca7108aa Enable debug generation of go-bindata, rename blob/ to ui/ 2015-11-11 15:55:16 +01:00
Renamed from web/blob/static/css/prometheus.css (Browse further)