Commit Graph

16 Commits

Author SHA1 Message Date
Vincent Fiduccia 96f53674d8
Upgrade jsyaml 2021-08-06 02:06:04 -07:00
Nancy Butler f0a9e9edb1 namespace monitors 2021-05-25 07:25:29 -07:00
Nancy Butler 3dcbc33bde actually move routes, receivers, monitors into monitoring nav 2021-05-14 09:01:36 -07:00
Cody Jackson 3e86ccb08c Making the use of MSTeams and AlibabaCloudSMS webhook receivers easier to use
We're adding more mesasging and prepopulating the url field.

rancher/dashboard#2622
2021-04-07 14:53:36 -07:00
Cody Jackson a646f80d57 Adding tls and auth fields to the email and webhook receivers
- Also fixed some mode issues with ArrayListGrouped that showed up on the view of these pages. Still need more tweaking to make it look good though.

rancher/dashboard#1818
2021-02-23 13:24:45 -07:00
Westly Wright 0bdad221fc
update monitoring receiver canDelete check 2021-01-11 09:25:27 -07:00
Westly Wright 534e0a982b
Monitoring UI Polish - Overview & Create Route
rancher/dashboard#1986

update receiver tabs and labeled tooltips

fix styling on receiver responder rows
2021-01-11 09:25:27 -07:00
Vincent Fiduccia 395923f63b
Move vendor logo images, remove unused 2020-12-29 16:05:54 -07:00
Vincent Fiduccia 6fe02ec4ce
OpsGenie -> Opsgenie 2020-12-15 10:59:21 -07:00
Vincent Fiduccia 604cfccfc1
Remove the rest of resourceDetail asyncData, fetch fixes
- parentOverrides now part of type-map/configureType to set and  type-map/optionsFor to get.
- Remove asyncData from resourceDetail flow
- Rehydrate fetch() data
2020-12-02 03:31:25 -07:00
Cody Jackson 52bdaa5fc6 Preventing receiver deletion when a route depends on the receiver
- Also updated some of the styling on the PromprRemove with help of Lauren.
   - Added spacing between sections
   - Removed the warning styling
   - Added spacing between the action buttons
   - Aligned the action buttons to the right

   rancher/dashboard#1707
2020-11-30 15:03:44 -07:00
Cody Jackson dfdad395a4 Adding PagerDuty and OpsGenie receivers
rancher/dashboard#1216
2020-11-18 15:23:08 -07:00
Cody Jackson 90833942ce Adding name validation to receivers.
https://github.com/rancher/dashboard/issues/1238#issuecomment-721858073
2020-11-04 15:31:58 -07:00
Cody Jackson 9cb1c7d878 Resolving receiver issues
- Edit as yaml on a created resource wasn't calling the yamlSaveOverride
- Erroneously set required_tls default for webhooks
- camel cased a field that wasn't supposed to be
2020-11-03 14:41:39 -07:00
Cody Jackson 0118e0c984 Adding the route alertmanager route type
- Extracted code that could be shared between route and receiver into an alertmanagerconfig util
- Added some more support code to allow users to dynamically add/remove uncreatableTypes

rancher/dashboard#1239
2020-10-27 16:10:01 -07:00
Cody Jackson 95976411ba Adding alertmanager Receiver type
To support receiver types I made it so that we can spoof types which
have any form we specify here in the UI. It will be useful for alertmanager
Routes and I think it could also be useful for things like OPA constraints
and workloads if we wish to update those.

rancher/dashboard#1238
2020-10-23 10:43:57 -07:00