consul/ui/packages/consul-ui/app
Luke Kysow c61208146d
Use "Open dashboard" everywhere (#11406)
Previously we had "Open metrics Dashboard" and "Configure metrics
dashboard" in the topology cards and then we had "Open Dashboard" in the
top nav when the dashboard was configured.

Now we use "Open dashboard" and "Configure dashboard".

This change was made for consistency in wording and casing. In addition,
the dashboard could be used for metrics but also other dashboards so
there's no need to scope it only to metrics. Also the config is:

```hcl
ui_config {
  dashboard_url_templates
}
```

Which does not mention metrics
2021-11-03 09:29:50 -07:00
..
abilities ui: Ensure dc selector correctly shows the currently selected dc (#11380) 2021-10-26 19:26:04 +01:00
adapters ui: Remove remaining partition FIXME comments (#11312) 2021-10-19 12:31:30 +01:00
components Use "Open dashboard" everywhere (#11406) 2021-11-03 09:29:50 -07:00
controllers
decorators
filter/predicates
forms ui: Adds initial CRUD for partitions (#11188) 2021-10-08 16:29:30 +01:00
helpers ui: Ensure dc selector correctly shows the currently selected dc (#11380) 2021-10-26 19:26:04 +01:00
instance-initializers ui: Adds initial CRUD for partitions (#11188) 2021-10-08 16:29:30 +01:00
locations ui: Adds initial CRUD for partitions (#11188) 2021-10-08 16:29:30 +01:00
machines ui: Adds initial CRUD for partitions (#11188) 2021-10-08 16:29:30 +01:00
mixins
models ui: Ensure dc selector correctly shows the currently selected dc (#11380) 2021-10-26 19:26:04 +01:00
modifiers ui: Adds initial CRUD for partitions (#11188) 2021-10-08 16:29:30 +01:00
routes
routing ui: Improve dev-time SSO/OIDC visibility (#11248) 2021-10-11 16:03:59 +01:00
search/predicates
serializers ui: Ensure dc selector correctly shows the currently selected dc (#11380) 2021-10-26 19:26:04 +01:00
services ui: Ensure dc selector correctly shows the currently selected dc (#11380) 2021-10-26 19:26:04 +01:00
sort/comparators ui: Adds initial CRUD for partitions (#11188) 2021-10-08 16:29:30 +01:00
styles ui: Fix up socket icon (#11234) 2021-10-11 14:37:05 +01:00
templates Use "Open dashboard" everywhere (#11406) 2021-11-03 09:29:50 -07:00
utils ui: Ensure dc selector correctly shows the currently selected dc (#11380) 2021-10-26 19:26:04 +01:00
validations
app.js
env.js
formats.js
index.html
router.js