File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 523523 data: { inputVariables: " inputVariables" , procStartTime: " procStartTime" },
524524 render : function (data , type ) {
525525 if (jQuery .isEmptyObject (data .inputVariables )) {
526- return " None" ;
526+ if (jQuery .isEmptyObject (data .initiationKey )) {
527+ return " None" ;
528+ }
529+ else {
530+ temp = ` <div class="var-row-div-flex">`
531+ + ` <div class="var-row-div-flex-sub-1"><b>initiationKey: </b><p style="margin-bottom: 0px;">` + data .initiationKey + ` </p></div>`
532+ + ` <div class="var-row-div-flex-sub-2"></div>`
533+ + ` <div class="copySpan" style="width: 30px;">`
534+ + ` <span aria-label="Copy to clipboard" data-microtip-position="top-left" role="tooltip" class="copy" data-isImage="false" data-copyValue="` + data .initiationKey + ` " onClick="">`
535+ + ` <img src="images/copy.svg" class="copy-icon clipboard">`
536+ + ` </span></div></div>` ;
537+ return temp;
538+ }
527539 }
528540 if (type === ' display' ) {
529541 var output = " " ;
You can’t perform that action at this time.
0 commit comments