File: file-button.html

package info (click to toggle)
cockpit 188-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 119,768 kB
  • sloc: ansic: 66,833; xml: 5,776; python: 3,122; sh: 2,322; makefile: 1,289; sed: 7
file content (6 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
<input id="deploy-app-manifest-file" type="file">
<button id="deploy-app-manifest-file-button" class="btn btn-default form-control" type="button"
    ng-class="{manifest_file_default: !fields.filename, manifest_file: fields.filename}">
    <span ng-if="!fields.filename" translate>Select Manifest File...</span>
    <span ng-if="fields.filename">{{ fields.filename }}</span>
</button>