prometheus/web/ui/static
Giedrius Statkevičius ad58fc4765 ui: handle null response properly (#6071)
* web/ui: handle null case

The call might sometimes return /api/v1/label/__name__/values the
following:

```
{"status":"success","data":null}
```

Then the `index.js` file assumes that `data` is not `null`. However,
that assumption fails and then we get this error in the console:

```
graph.js?v=foo:317 Uncaught TypeError: Cannot read property 'length' of null
    at Object.success (graph.js?v=foo:317)
...
```

Then it becomes impossible to, for example, send a simple query like
`time()` and graph the results.

Fix it by using an empty array as the result if it is `null`.

Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com>

* ui: update static assets data

Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com>
2019-10-08 19:52:12 -06:00
..
css web/ui: Fix padding in navbar container (#5371) 2019-03-18 23:17:49 +01:00
img add favicon 2016-12-27 13:58:51 +01:00
js ui: handle null response properly (#6071) 2019-10-08 19:52:12 -06:00
vendor web/ui: update to Bootstrap 4.3.1 (#5506) 2019-04-30 10:16:36 +02:00