-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some text occurrences in UI (#4186)
* Fixed issue with updating audit fields in recent experiment runs (#4172) * fixed mongo schema decode issue Signed-off-by: Saranya-jena <[email protected]> * updated the same in other fields Signed-off-by: Saranya-jena <[email protected]> * fixed css Signed-off-by: Saranya-jena <[email protected]> --------- Signed-off-by: Saranya-jena <[email protected]> Signed-off-by: Tanishq Jain <[email protected]> * fix: Fixed teaming page UI Issues (#4173) Signed-off-by: Hrishav <[email protected]> Signed-off-by: Tanishq Jain <[email protected]> * fix: Updated config to support favicon (#4179) Signed-off-by: Hrishav <[email protected]> Signed-off-by: Tanishq Jain <[email protected]> * replace string with corresponding keys Signed-off-by: Tanishq Jain <[email protected]> * replace string with corresponding keys Signed-off-by: Tanishq Jain <[email protected]> * replaced the text string with the corresponding keys Signed-off-by: Tanishq Jain <[email protected]> Signed-off-by: Tanishq Jain <[email protected]> * fix: Added experiment run operator for NewChaosExperimentService (#4184) Signed-off-by: Amit Kumar Das <[email protected]> Signed-off-by: Tanishq Jain <[email protected]> * Apply suggestions from code review Co-authored-by: Namkyu Park <[email protected]> Signed-off-by: Tanishq Jain <[email protected]> * updated type.ts using yarn strings Signed-off-by: Tanishq Jain <[email protected]> --------- Signed-off-by: Saranya-jena <[email protected]> Signed-off-by: Tanishq Jain <[email protected]> Signed-off-by: Hrishav <[email protected]> Signed-off-by: Amit Kumar Das <[email protected]> Signed-off-by: Saranya Jena <[email protected]> Co-authored-by: Saranya Jena <[email protected]> Co-authored-by: Hrishav <[email protected]> Co-authored-by: Amit Kumar Das <[email protected]> Co-authored-by: Namkyu Park <[email protected]>
- Loading branch information
1 parent
50a7ae4
commit 4bdeea3
Showing
15 changed files
with
90 additions
and
39 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
30 changes: 30 additions & 0 deletions
30
chaoscenter/web/src/components/YAMLBuilder/YamlBuilder.module.scss.d.ts
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
declare namespace YamlBuilderModuleScssNamespace { | ||
export interface IYamlBuilderModuleScss { | ||
borderWithPluginsPanel: string; | ||
darkBg: string; | ||
details: string; | ||
editor: string; | ||
entityTag: string; | ||
errorList: string; | ||
errorSummary: string; | ||
filePath: string; | ||
flexCenter: string; | ||
header: string; | ||
headerBorder: string; | ||
invalidYaml: string; | ||
item: string; | ||
layout: string; | ||
lightBg: string; | ||
main: string; | ||
pluginDecorator: string; | ||
resizeIcon: string; | ||
splitPanel: string; | ||
summaryPopover: string; | ||
validationIcon: string; | ||
validationStatus: string; | ||
} | ||
} | ||
|
||
declare const YamlBuilderModuleScssModule: YamlBuilderModuleScssNamespace.IYamlBuilderModuleScss; | ||
|
||
export = YamlBuilderModuleScssModule; |
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.