DEV: Update linting (#276)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<DButton
|
||||
@action={{this.expandSchema}}
|
||||
@icon="chevron-left"
|
||||
@class="no-text unhide"
|
||||
class="no-text unhide"
|
||||
/>
|
||||
{{else}}
|
||||
<div class="schema">
|
||||
@@ -14,7 +14,7 @@
|
||||
<DButton
|
||||
@action={{this.collapseSchema}}
|
||||
@icon="chevron-right"
|
||||
@class="no-text"
|
||||
class="no-text"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
|
||||
<DButton
|
||||
@action={{this.close}}
|
||||
@class="btn-flat close"
|
||||
@icon="times"
|
||||
@aria-label="share.close"
|
||||
@title="share.close"
|
||||
class="btn-flat close"
|
||||
/>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
@@ -11,15 +11,15 @@
|
||||
<DButton
|
||||
@action={{this.displayCreate}}
|
||||
@icon="plus"
|
||||
@class="no-text btn-right"
|
||||
class="no-text btn-right"
|
||||
/>
|
||||
<PickFilesButton
|
||||
@class="import-btn"
|
||||
@label="explorer.import.label"
|
||||
@icon="upload"
|
||||
@acceptedFormatsOverride={{this.acceptedImportFileTypes}}
|
||||
@showButton="true"
|
||||
@onFilesPicked={{this.import}}
|
||||
class="import-btn"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,12 +56,12 @@
|
||||
<DButton
|
||||
@action={{this.goHome}}
|
||||
@icon="chevron-left"
|
||||
@class="previous"
|
||||
class="previous"
|
||||
/>
|
||||
<DButton
|
||||
@action={{this.exitEdit}}
|
||||
@icon="times"
|
||||
@class="previous"
|
||||
class="previous"
|
||||
/>
|
||||
<div class="name-text-field">
|
||||
<TextField
|
||||
@@ -83,7 +83,7 @@
|
||||
<DButton
|
||||
@action={{this.goHome}}
|
||||
@icon="chevron-left"
|
||||
@class="previous"
|
||||
class="previous"
|
||||
/>
|
||||
|
||||
<h1>
|
||||
@@ -217,9 +217,9 @@
|
||||
|
||||
<DButton
|
||||
@action={{this.destroyQuery}}
|
||||
@class="btn-danger"
|
||||
@icon="trash-alt"
|
||||
@label="explorer.delete"
|
||||
class="btn-danger"
|
||||
/>
|
||||
{{/if}}
|
||||
</div>
|
||||
@@ -242,14 +242,14 @@
|
||||
<DButton
|
||||
@label="explorer.run"
|
||||
@disabled="true"
|
||||
@class="btn-primary"
|
||||
class="btn-primary"
|
||||
/>
|
||||
{{else}}
|
||||
<DButton
|
||||
@action={{this.saveAndRun}}
|
||||
@icon="play"
|
||||
@label="explorer.saverun"
|
||||
@class="btn-primary"
|
||||
class="btn-primary"
|
||||
/>
|
||||
{{/if}}
|
||||
{{else}}
|
||||
@@ -258,8 +258,8 @@
|
||||
@icon="play"
|
||||
@label="explorer.run"
|
||||
@disabled={{this.runDisabled}}
|
||||
@class="btn-primary"
|
||||
@type="submit"
|
||||
class="btn-primary"
|
||||
/>
|
||||
{{/if}}
|
||||
|
||||
|
||||
@@ -14,15 +14,15 @@
|
||||
@action={{this.run}}
|
||||
@icon="play"
|
||||
@label="explorer.run"
|
||||
@class="btn-primary"
|
||||
@type="submit"
|
||||
class="btn-primary"
|
||||
/>
|
||||
|
||||
<DButton
|
||||
@action={{this.toggleBookmark}}
|
||||
@label={{this.bookmarkLabel}}
|
||||
@icon={{this.bookmarkIcon}}
|
||||
@class={{this.bookmarkClassName}}
|
||||
class={{this.bookmarkClassName}}
|
||||
/>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user