-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enhancement] Large incidents widgets - usability changes (#9366)
* Enhanced script * Changed header Size->Size(MB) * Changed header Size value to float * Changed investigation IDs to Hyperlink * Changed task IDs to Heyperlink * GetLargestInvestigations now returns by default Text, but can also return table * Added handling for playground investigation (link/name + size) * Updated Co-authored-by: Alex Fiedler <[email protected]>
- Loading branch information
Showing
10 changed files
with
149 additions
and
123 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
#### Scripts | ||
##### GetLargestInputsAndOuputsInIncidents | ||
- Removed the MB suffix from the values of the **Size** column. | ||
- Changed the table header name **Size** to **Size(MB)**. | ||
- Changed the table header **IncidentID** to a hyperlink to the incident. | ||
- Changed the table header **TaskID** to a hyperlink to the task. | ||
- Changed the default result format to Markdown. | ||
##### GetLargestInvestigations | ||
- Removed the MB suffix from the values of the **Size** column. | ||
- Changed the table header name **Size** to **Size(MB)**. | ||
- Changed the table header **IncidentID** to a hyperlink to the incident. | ||
- Changed the default result format to Markdown. | ||
- Added handling for **Playground** investigation. | ||
- Added the *table_result* argument, which returns a result in either Markdown or in a format suitable for a table widget. By default, | ||
the result is in Markdown. | ||
|
||
#### Widgets | ||
##### Largest Incidents by Storage Size | ||
- Removed the MB suffix from the values of the **Size** column. | ||
- Changed the table header name **Size** to **Size(MB)**. | ||
- Changed table header **IncidentID** to a hyperlink to the incident. | ||
##### Largest Inputs And Outputs In Incidents | ||
- Removed the MB suffix from the values of the **Size** column. | ||
- Changed the table header name **Size** to **Size(MB)**. | ||
- Changed the table header **IncidentID** to a hyperlink to the incident. | ||
- Changed the table header **TaskID** to a hyperlink to the task. |
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.