Commit Graph

19 Commits

Author SHA1 Message Date
Richard Cox 1f47fab434 Fix `Labels &amp Annotations` tab label
- Use simpler :label-key instead of :label
- Actual issue was that
  - some cases used Vue.prototype.t ... which did the escaping
  - others used `...mapGetters({ t: 'i18n/t' })` ... which didn't do the escaping and looked fine
- Guessing this might have been caused by a change in CreateEditView
2021-05-18 15:38:41 +01:00
Cody Jackson 122469819c Addressing a number of minor logging issues
- Spacing
- Consistency between outputs
- Better messaging
- Disabling namespacing on cluster resources
- Namespace filtering

rancher/dashboard#1977
2020-12-18 17:37:38 -07:00
Cody Jackson e88a7d93a9 Adding namespace filtering to SecretSelector
rancher/dashboard#1979
2020-12-07 16:08:30 -07:00
Cody Jackson a1c0b943f0 Adding new logging Outputs and ClusterOutputs
- Also added ssl/ca to Forward, Loki and Splunk

rancher/dashboard#1191
2020-12-04 04:13:46 -07:00
Cody Jackson 86a2d27b0c Showing a banner and disabling form editing when an output is configured with multiple providers
rancher/dashboard#1900
2020-12-02 23:10:15 -07:00
Cody Jackson 07bc173993 Switching Outputs/Cluster Outputs to only configure a single provider
rancher/dashboard#1900
2020-12-02 23:10:15 -07:00
Cody Jackson 4ce8289c27 Display a banner informing the user that we don't support an output provider on the detail/edit page
rancher/dashboard#1792
2020-11-30 22:47:04 -07:00
Cody Jackson 47d5880b3b Prevent Edit as Form for Outputs/ClusterOutputs that have unsupported providers
rancher/dashboard#1791
2020-11-30 22:45:14 -07:00
Bastian Hofmann 99706a8734 Add logging output form for Loki
Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2020-11-23 16:08:40 +01:00
Vincent Fiduccia 52ad40f9ef
Merge pull request #1665 from lvuch/lh-riofixes
rio 1518
2020-10-22 16:27:24 -07:00
Cody Jackson 9361401626 Add Providers to the list view of ClusterOutputs
rancher/dashboard#1568
2020-10-21 10:27:45 -07:00
lvuch 0cb4a11f4b name label 2020-10-19 10:33:16 -07:00
Cody Jackson 4893a97668 Switched to modifying this.value directly
CruResource needs to take the modified value in
order to display the appropriate yaml.

Also the Output and ClusterOutput spec has a
type of `.spec` so I had to put an exception in
create-yaml.

rancher/dashboard#1420
rancher/dashboard#1421
2020-09-29 13:47:57 -07:00
Vincent Fiduccia 3e8a486555
Start Flow edit scren 2020-09-27 19:43:39 -07:00
Vincent Fiduccia 378ea3413f
Flip weights 2020-09-26 02:39:11 -07:00
lvuch f60fe63b1a fix build error 2020-09-24 13:26:17 -07:00
lvuch 6b7836dcee alignment 2020-09-24 13:19:16 -07:00
lvuch cd1d418be5 wip provider boxes 2020-09-24 13:19:16 -07:00
Cody Jackson 0fff2f7094 ClusterOutput and Output implementation
rancher/dashboard#1102
rancher/dashboard#1103
2020-09-18 17:54:07 -07:00