grafana/public/app/features/alerting/unified/components/rules
Alex Khomenko 25779bb6e5
Stack: Use the component from grafana/ui (#77543)
* grafana/ui: Move Stack out of unstable

* grafana/ui: Replace imports

* Replace the import from experimental

* Cleanup

* Remove invalid prop

* Add flexGrow

* Remove Stack used in Field

* Remove import
2023-11-06 18:15:52 +02:00
..
state-history Stack: Use the component from grafana/ui (#77543) 2023-11-06 18:15:52 +02:00
ActionButton.tsx Chore: Avoid explicit `React.FC<Props>` when possible (#64722) 2023-03-14 16:38:21 +02:00
ActionIcon.tsx Chore: Avoid explicit `React.FC<Props>` when possible (#64722) 2023-03-14 16:38:21 +02:00
AlertInstanceDetails.tsx Chore: Avoid explicit `React.FC<Props>` when possible (#64722) 2023-03-14 16:38:21 +02:00
AlertInstanceStateFilter.tsx
AlertInstancesTable.tsx Alerting: Adds support for toggling common labels (#71497) 2023-07-13 17:00:49 +03:00
AlertStateTag.tsx Alerting: Loki-based alert state history modal (#66595) 2023-04-24 09:28:11 +02:00
CloneRule.tsx Alerting: Fix incorrect decoding for alert rules with % characters (#76148) 2023-10-19 11:51:52 +02:00
CloudRules.tsx Spinner: Fix so that the `size` property is correctly applied (#77135) 2023-10-25 15:39:32 +01:00
EditRuleGroupModal.test.tsx Alerting: Changes to evaluation group step (#71251) 2023-07-18 10:56:02 -03:00
EditRuleGroupModal.tsx Stack: Use the component from grafana/ui (#77543) 2023-11-06 18:15:52 +02:00
GrafanaRules.tsx Spinner: Fix so that the `size` property is correctly applied (#77135) 2023-10-25 15:39:32 +01:00
MultipleDataSourcePicker.tsx Alerting: fix condition to distinguish multiple datasources type in dropdown (#67065) 2023-04-21 14:27:39 -03:00
NoRulesCTA.tsx Stack: Use the component from grafana/ui (#77543) 2023-11-06 18:15:52 +02:00
ReorderRuleGroupModal.test.tsx
ReorderRuleGroupModal.tsx Chore: Avoid explicit `React.FC<Props>` when possible (#64722) 2023-03-14 16:38:21 +02:00
RuleActionsButtons.tsx Stack: Use the component from grafana/ui (#77543) 2023-11-06 18:15:52 +02:00
RuleConfigStatus.tsx Alerting: Fix evaluation interval validation (#56115) 2022-10-07 15:01:47 +02:00
RuleDetails.test.tsx AccessControl: Remove legacy frontend AC checks (#76187) 2023-10-09 18:10:06 +02:00
RuleDetails.tsx Alerting: Add limits and move state and label matching filters to the BE (#66267) 2023-04-25 11:19:20 +02:00
RuleDetailsActionButtons.tsx Alerting: Fix export with modifications URL when mounted on subpath (#77622) 2023-11-03 16:36:53 +01:00
RuleDetailsAnnotations.tsx Alerting: Add dashboard and panel links to rule and instance annotations (#63243) 2023-02-22 13:17:13 +01:00
RuleDetailsDataSources.tsx Chore: Improve typings 🧹 (#74599) 2023-09-13 09:17:07 +01:00
RuleDetailsExpression.tsx
RuleDetailsFederatedSources.tsx Chore: Avoid explicit `React.FC<Props>` when possible (#64722) 2023-03-14 16:38:21 +02:00
RuleDetailsMatchingInstances.test.tsx Alerting: Fix "show all instances" (#67833) 2023-05-04 16:26:30 +03:00
RuleDetailsMatchingInstances.tsx Alerting: Fix "show all instances" (#67833) 2023-05-04 16:26:30 +03:00
RuleHealth.tsx Chore: Avoid explicit `React.FC<Props>` when possible (#64722) 2023-03-14 16:38:21 +02:00
RuleListErrors.tsx Alerting: Alert list performance improvements (#56247) 2022-10-11 16:24:01 +02:00
RuleListGroupView.test.tsx Add logging prometheus and ruler rules totals (#76812) 2023-10-25 16:47:32 +02:00
RuleListGroupView.tsx Add logging prometheus and ruler rules totals (#76812) 2023-10-25 16:47:32 +02:00
RuleListStateSection.tsx Chore: Avoid explicit `React.FC<Props>` when possible (#64722) 2023-03-14 16:38:21 +02:00
RuleListStateView.tsx Chore: Avoid explicit `React.FC<Props>` when possible (#64722) 2023-03-14 16:38:21 +02:00
RuleState.tsx Stack: Use the component from grafana/ui (#77543) 2023-11-06 18:15:52 +02:00
RuleStats.tsx Stack: Use the component from grafana/ui (#77543) 2023-11-06 18:15:52 +02:00
RulesFilter.test.tsx Add logging prometheus and ruler rules totals (#76812) 2023-10-25 16:47:32 +02:00
RulesFilter.tsx Stack: Use the component from grafana/ui (#77543) 2023-11-06 18:15:52 +02:00
RulesGroup.test.tsx Add logging prometheus and ruler rules totals (#76812) 2023-10-25 16:47:32 +02:00
RulesGroup.tsx Stack: Use the component from grafana/ui (#77543) 2023-11-06 18:15:52 +02:00
RulesTable.test.tsx Alerting: Add rules export on a folder level (#76016) 2023-10-12 20:17:32 +03:00
RulesTable.tsx Chore: Replace deprecated usage of `shape.borderRadius()` (#72672) 2023-08-01 14:46:07 +01:00
useCombinedGroupNamespace.tsx