-
Notifications
You must be signed in to change notification settings - Fork 703
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 <saranya.jena@harness.io> * updated the same in other fields Signed-off-by: Saranya-jena <saranya.jena@harness.io> * fixed css Signed-off-by: Saranya-jena <saranya.jena@harness.io> --------- Signed-off-by: Saranya-jena <saranya.jena@harness.io> Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> * fix: Fixed teaming page UI Issues (#4173) Signed-off-by: Hrishav <hrishav.kumar@harness.io> Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> * fix: Updated config to support favicon (#4179) Signed-off-by: Hrishav <hrishav.kumar@harness.io> Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> * replace string with corresponding keys Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> * replace string with corresponding keys Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> * replaced the text string with the corresponding keys Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> * fix: Added experiment run operator for NewChaosExperimentService (#4184) Signed-off-by: Amit Kumar Das <amit.das@harness.io> Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> * Apply suggestions from code review Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com> Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> * updated type.ts using yarn strings Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> --------- Signed-off-by: Saranya-jena <saranya.jena@harness.io> Signed-off-by: Tanishq Jain <tanishqjain010@gmail.com> Signed-off-by: Hrishav <hrishav.kumar@harness.io> Signed-off-by: Amit Kumar Das <amit.das@harness.io> Signed-off-by: Saranya Jena <saranya.jena@harness.io> Co-authored-by: Saranya Jena <saranya.jena@harness.io> Co-authored-by: Hrishav <hrishav.kumar@harness.io> Co-authored-by: Amit Kumar Das <amit.das@harness.io> Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
- 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.