master #25
|
@ -53,7 +53,9 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
"runtime_help" : "The runtime where this execution has been scheduled on",
|
||||
"loading_archived_help" : "Loading archived executions from workspace. This can take a while.",
|
||||
"err_reexecute" : "Unable to re-submit the execution. Please check console for further info",
|
||||
"err_generate_code_for" : "Unable to generate code for "
|
||||
"err_generate_code_for" : "Unable to generate code for ",
|
||||
"show_metadata" : "Show metadata",
|
||||
"show_metadata_help" : "Show also metadata related to this execution",
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -182,7 +184,7 @@ class CCPExecutionHistory extends HTMLElement {
|
|||
</div>
|
||||
<ul class="my-3" style="list-style:none;padding-left:0;max-height:8rem; overflow-y:auto; overflow-x:hidden">
|
||||
<label class="form-check form-switch form-check-inline">
|
||||
<span class="mr-2">Metadata</span>
|
||||
<span class="mr-2" alt="${this.getLabel("show_metadata_help")}" title="${this.getLabel("show_metadata_help")}">${this.getLabel("show_metadata")}</span>
|
||||
<input class="form-check-input" type="checkbox" name="toggle_meta">
|
||||
</label>
|
||||
<li style="text-overflow: ellipsis;white-space:nowrap;overflow-x: clip;"></li>
|
||||
|
|
Loading…
Reference in New Issue