Name | Value | |
---|---|---|
Name | Value | |
" + item.Name + " | " + htmlEscape(item.Value) + " |
Integration Flow Name | Integration Package | Status | diff --git a/plugins/traceModifer.js b/plugins/traceModifer.js index f40da24..78b2c63 100644 --- a/plugins/traceModifer.js +++ b/plugins/traceModifer.js @@ -7,11 +7,11 @@ clearalldata = () => { for (i of Object.keys(items)) { if (i.startsWith("traceModifer_")) { chrome.storage.local.remove([i], () => { var error = chrome.runtime.lastError; if (error) { console.error(error); } }) - $.toast({ displayTime: 2000, title: 'Trace Modifer', message: i.replace('traceModifer_', "") + ' is removed', showProgress: 'bottom', classProgress: 'red' }) + $.toast({ displayTime: 2000, title: 'Trace Modifer', message: i.replace('traceModifer_', "") + ' is removed', showProgress: 'bottom', classProgress: 'red',class: ($("html").hasClass("sapUiTheme-sap_horizon_dark") ? " ch_dark " : ""), }) } } }); - $.toast({ displayTime: 2000, title: 'Trace Modifer', message: 'All data cleared', showProgress: 'bottom', classProgress: 'green' }) + $.toast({ displayTime: 2000, title: 'Trace Modifer', message: 'All data cleared', showProgress: 'bottom', classProgress: 'green',class: ($("html").hasClass("sapUiTheme-sap_horizon_dark") ? " ch_dark " : ""), }) } } }); @@ -21,7 +21,7 @@ clearalldata = () => { var plugin = { metadataVersion: "1.0.0", id: "traceModifer", - name: "Performance stats | Trace Step (Beta)", + name: "Performance stats", version: "1.5.0", author: "Developed by Omkar", email: "omk14p@outlook.com", diff --git a/popup/popup.css b/popup/popup.css index ef68d94..73f376f 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -92,11 +92,6 @@ a>p { margin: 0; } -/* max height for tab 2 */ -.tab[data-tab=two] { - height: 600px; -} - .tab { overflow-y: scroll; max-height: 600px; diff --git a/popup/popup.html b/popup/popup.html index 600d376..8f05757 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -5,6 +5,7 @@ + @@ -31,7 +32,7 @@ style="background-color: transparent !important;" class="right item cpihelper_version">
---|