upload button visible again. progress bar fix.
This commit is contained in:
parent
0ae0390dcf
commit
7dcf2f38e2
3 changed files with 3 additions and 3 deletions
|
|
@ -1834,7 +1834,7 @@ input.search-query,
|
|||
color: #999;
|
||||
text-align: left;
|
||||
text-shadow: none;
|
||||
padding-left: 0.5em;
|
||||
/*padding-left: 0.5em;*/
|
||||
background-color: #DD0000;
|
||||
background-image: none;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
|
|
@ -615,6 +615,6 @@ $(function() {
|
|||
OCTOPRINT_VIEWMODELS.push([
|
||||
GcodeFilesViewModel,
|
||||
["printerStateViewModel", "loginStateViewModel", "slicingViewModel"],
|
||||
["#files_wrapper", "#files_search", "#files_filter"]
|
||||
["#files_accordion"]
|
||||
]);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@
|
|||
-->
|
||||
{{ _('Approx. Total Job Time') }}: <strong data-bind="text: estimatedPrintTimeString"></strong><br>
|
||||
<div class="progress" data-bind="visible: isPrinting() || isPaused()">
|
||||
<div class="bar" id="job_progressBar" data-bind="style: { width: progressString() + '%' }">{{ _('Processed') }} : <strong data-bind="text: byteString"></strong></div>
|
||||
<div class="bar" id="job_progressBar" data-bind="style: { width: progressString() + '%' }"> {{ _('Processed') }} : <strong data-bind="text: byteString"></strong></div>
|
||||
</div>
|
||||
<!-- {{ _('Print Time') }}: <strong data-bind="text: printTimeString"></strong><br>
|
||||
{{ _('Print Time Left') }}: <strong data-bind="text: printTimeLeftString"></strong><br>-->
|
||||
|
|
|
|||
Loading…
Reference in a new issue