-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add CloudServiceAlertsTab component for viewing at cloudService (#5486) * feat(alert): add asset_id parameter to alert list interface - Introduced asset_id as a new parameter in the alert list interface. Signed-off-by: sulmo <[email protected]> * feat: add CloudServiceAlertsTab component for viewing at cloudService - Introduced a new Vue component to manage cloud service alerts. - Implemented data fetching and filtering for alerts based on status and urgency. - Added functionality to export alert data to Excel. - Integrated custom field modal for table customization. Signed-off-by: sulmo <[email protected]> * feat: add alerts tab for cloud service detail - Import `CloudServiceAlertsTab` component. - Add `alerts` tab conditionally based on alert manager version. - Update template to include the new alerts tab. Signed-off-by: sulmo <[email protected]> * feat(language-pack): add translations for "TAB_ALERTS" - Added "TAB_ALERTS" concept node with translations in console-translation file - Updated English, Japanese, and Korean JSON files with "TAB_ALERTS" translation Signed-off-by: sulmo <[email protected]> --------- Signed-off-by: sulmo <[email protected]> * feat: fix bug of badge in double check table modal (#5484) Signed-off-by: 이승연 <[email protected]> * feat: apply mobile responsive design to the event rules page (#5524) * feat: apply mobile responsive design to the event rules page Signed-off-by: 이승연 <[email protected]> * feat: add necessary comment about `design system custom` Signed-off-by: 이승연 <[email protected]> --------- Signed-off-by: 이승연 <[email protected]> * feat: apply qa issue and update event rule (#5527) * fix: fixed bug Signed-off-by: NaYeong,Kim <[email protected]> * chore: remove total count section Signed-off-by: NaYeong,Kim <[email protected]> * feat: apply protocol select dropdown at update modal Signed-off-by: NaYeong,Kim <[email protected]> * feat: changed scope order Signed-off-by: NaYeong,Kim <[email protected]> * feat: apply order drag at sidebar Signed-off-by: NaYeong,Kim <[email protected]> * feat: apply feedback at condition form Signed-off-by: NaYeong,Kim <[email protected]> * chore: update translations Signed-off-by: NaYeong,Kim <[email protected]> * refactor: refactor action form Signed-off-by: NaYeong,Kim <[email protected]> * feat: apply period at event rule card Signed-off-by: NaYeong,Kim <[email protected]> * feat: apply mobile reactivity Signed-off-by: NaYeong,Kim <[email protected]> --------- Signed-off-by: NaYeong,Kim <[email protected]> * feat: apply match asset dropdown (#5530) * feat: add selected prop Signed-off-by: NaYeong,Kim <[email protected]> * feat: apply asset type Signed-off-by: NaYeong,Kim <[email protected]> * chore: update translations Signed-off-by: NaYeong,Kim <[email protected]> --------- Signed-off-by: NaYeong,Kim <[email protected]> * feat: apply qa issue (#5531) * chore: changed service card style Signed-off-by: NaYeong,Kim <[email protected]> * feat: fixed bug Signed-off-by: NaYeong,Kim <[email protected]> --------- Signed-off-by: NaYeong,Kim <[email protected]> * feat: apply mapping key (#5532) * feat: apply mapping key Signed-off-by: NaYeong,Kim <[email protected]> * fix: fixed label display bug at alert management table Signed-off-by: NaYeong,Kim <[email protected]> --------- Signed-off-by: NaYeong,Kim <[email protected]> * feat: add operator (#5533) Signed-off-by: NaYeong,Kim <[email protected]> * feat: update mobile responsive design of event rules page (#5534) * feat: update mobile responsive design of event rules page Signed-off-by: seungyeoneeee <[email protected]> * feat: add minor style code Signed-off-by: seungyeoneeee <[email protected]> --------- Signed-off-by: seungyeoneeee <[email protected]> * fix(reference-store): correct logic for selecting fetcher based on version (#5536) - Inverted the condition for determining the collector and region fetchers - Ensured correct API client is used based on alert manager version Signed-off-by: sulmo <[email protected]> * chore: changed css (#5537) Signed-off-by: NaYeong,Kim <[email protected]> --------- Signed-off-by: sulmo <[email protected]> Signed-off-by: 이승연 <[email protected]> Signed-off-by: NaYeong,Kim <[email protected]> Signed-off-by: seungyeoneeee <[email protected]> Co-authored-by: sulmo <[email protected]> Co-authored-by: syeeeee <[email protected]>
- Loading branch information
1 parent
650544b
commit 8c6f365
Showing
33 changed files
with
2,707 additions
and
1,025 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.