Skip to content

Commit

Permalink
Scope creep (again): renamed logJSON lwc back to logViewer, renamed "…
Browse files Browse the repository at this point in the history
…ViewJSON" quickAction to "OpenViewer", and added tabs to logViewer lwc to provide tabs for both JSON (existing) and log file (new), plus a new download button to export the content to a file
  • Loading branch information
jongpie committed Mar 10, 2022
1 parent de42554 commit f6b95e2
Show file tree
Hide file tree
Showing 19 changed files with 1,158 additions and 204 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>actionNames</name>
<valueList>
<valueListItems>
<value>Log__c.ViewLogJSON</value>
<value>Log__c.OpenViewer</value>
</valueListItems>
<valueListItems>
<value>ChangeOwnerOne</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
<platformActionList>
<actionListContext>Record</actionListContext>
<platformActionListItems>
<actionName>Log__c.ViewLogJSON</actionName>
<actionName>Log__c.OpenViewer</actionName>
<actionType>QuickAction</actionType>
<sortOrder>0</sortOrder>
</platformActionListItems>
Expand Down

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions nebula-logger/core/main/log-management/lwc/logJSON/logJSON.css

This file was deleted.

24 changes: 0 additions & 24 deletions nebula-logger/core/main/log-management/lwc/logJSON/logJSON.html

This file was deleted.

68 changes: 0 additions & 68 deletions nebula-logger/core/main/log-management/lwc/logJSON/logJSON.js

This file was deleted.

Loading

0 comments on commit f6b95e2

Please sign in to comment.