Update various icon names for oruga compatibility

This commit is contained in:
Lance Edgar 2024-04-28 18:49:11 -05:00
parent 34878f9293
commit b3784dcc4a
11 changed files with 29 additions and 29 deletions

View file

@ -511,7 +511,7 @@
<b-button type="is-primary"
@click="showFeedback()"
icon-pack="fas"
icon-left="fas fa-comment">
icon-left="comment">
Feedback
</b-button>
</div>

View file

@ -9,7 +9,7 @@
<b-button type="is-primary"
:disabled="refreshResultsButtonDisabled"
icon-pack="fas"
icon-left="fas fa-redo"
icon-left="redo"
@click="refreshResults()">
{{ refreshResultsButtonText }}
</b-button>

View file

@ -50,12 +50,12 @@
<b-button tag="a"
href="${master.get_action_url('download_worksheet', batch)}"
icon-pack="fas"
icon-left="fas fa-download">
icon-left="download">
Download Worksheet
</b-button>
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-upload"
icon-left="upload"
@click="$emit('show-upload')">
Upload Worksheet
</b-button>
@ -185,7 +185,7 @@
<b-button type="is-primary"
@click="submitUpload()"
icon-pack="fas"
icon-left="fas fa-upload"
icon-left="upload"
:disabled="uploadButtonDisabled">
{{ uploadButtonText }}
</b-button>

View file

@ -27,18 +27,18 @@
@click="submitOrder()"
:disabled="submittingOrder"
icon-pack="fas"
icon-left="fas fa-upload">
icon-left="upload">
{{ submittingOrder ? "Working, please wait..." : "Submit this Order" }}
</b-button>
<b-button @click="startOverEntirely()"
icon-pack="fas"
icon-left="fas fa-redo">
icon-left="redo">
Start Over Entirely
</b-button>
<b-button @click="cancelOrder()"
type="is-danger"
icon-pack="fas"
icon-left="fas fa-trash">
icon-left="trash">
Cancel this Order
</b-button>
</div>
@ -493,14 +493,14 @@
<div class="buttons">
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-plus"
icon-left="plus"
@click="showAddItemDialog()">
Add Item
</b-button>
% if allow_past_item_reorder:
<b-button v-if="contactUUID"
icon-pack="fas"
icon-left="fas fa-plus"
icon-left="plus"
@click="showAddPastItem()">
Add Past Item
</b-button>
@ -1013,12 +1013,12 @@
{{ props.row.vendor_name }}
</b-table-column>
<template slot="empty">
<template #empty>
<div class="content has-text-grey has-text-centered">
<p>
<b-icon
pack="fas"
icon="fas fa-sad-tear"
icon="sad-tear"
size="is-large">
</b-icon>
</p>

View file

@ -177,7 +177,7 @@
<p>
<b-icon
pack="fas"
icon="fas fa-sad-tear"
icon="sad-tear"
size="is-large">
</b-icon>
</p>

View file

@ -58,13 +58,13 @@
Edit
</a>
</${b}-table-column>
<template slot="empty">
<template #empty>
<section class="section">
<div class="content has-text-grey has-text-centered">
<p>
<b-icon
pack="fas"
icon="fas fa-sad-tear"
icon="sad-tear"
size="is-large">
</b-icon>
</p>

View file

@ -183,7 +183,7 @@
<once-button type="is-primary"
@click="downloadResultsSubmit()"
icon-pack="fas"
icon-left="fas fa-download"
icon-left="download"
:disabled="!downloadResultsFieldsIncluded.length"
text="Download Results">
</once-button>
@ -197,7 +197,7 @@
% if master.has_rows and master.results_rows_downloadable and master.has_perm('download_results_rows'):
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-download"
icon-left="download"
@click="downloadResultsRows()"
:disabled="downloadResultsRowsButtonDisabled">
{{ downloadResultsRowsButtonText }}

View file

@ -28,7 +28,7 @@
<div>
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-play"
icon-left="play"
@click="startScanning()">
Start Scanning
</b-button>
@ -111,7 +111,7 @@
<div class="buttons">
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-save"
icon-left="save"
@click="saveCurrentRow()">
Save
</b-button>

View file

@ -157,12 +157,12 @@
</a>
</b-table-column>
<template slot="empty">
<template #empty>
<div class="content has-text-grey has-text-centered">
<p>
<b-icon
pack="fas"
icon="fas fa-sad-tear"
icon="sad-tear"
size="is-large">
</b-icon>
</p>

View file

@ -7,7 +7,7 @@
% if master.has_perm('collect_wild_uoms'):
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-shopping-basket"
icon-left="shopping-basket"
@click="showingCollectWildDialog = true">
Collect from the Wild
</b-button>

View file

@ -24,7 +24,7 @@
${h.csrf_token(request)}
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-arrow-right"
icon-left="arrow-right"
@click="receive()"
:disabled="receiveButtonDisabled">
{{ receiveButtonText }}
@ -41,7 +41,7 @@
${h.csrf_token(request)}
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-arrow-right"
icon-left="arrow-right"
@click="awaitEstimate()"
:disabled="awaitEstimateButtonDisabled">
{{ awaitEstimateButtonText }}
@ -58,7 +58,7 @@
${h.csrf_token(request)}
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-arrow-right"
icon-left="arrow-right"
@click="awaitParts()"
:disabled="awaitPartsButtonDisabled">
{{ awaitPartsButtonText }}
@ -75,7 +75,7 @@
${h.csrf_token(request)}
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-arrow-right"
icon-left="arrow-right"
@click="workOnIt()"
:disabled="workOnItButtonDisabled">
{{ workOnItButtonText }}
@ -92,7 +92,7 @@
${h.csrf_token(request)}
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-arrow-right"
icon-left="arrow-right"
@click="release()"
:disabled="releaseButtonDisabled">
{{ releaseButtonText }}
@ -109,7 +109,7 @@
${h.csrf_token(request)}
<b-button type="is-primary"
icon-pack="fas"
icon-left="fas fa-arrow-right"
icon-left="arrow-right"
@click="deliver()"
:disabled="deliverButtonDisabled">
{{ deliverButtonText }}
@ -132,7 +132,7 @@
${h.csrf_token(request)}
<b-button type="is-warning"
icon-pack="fas"
icon-left="fas fa-ban"
icon-left="ban"
@click="confirmCancel()"
:disabled="cancelButtonDisabled">
{{ cancelButtonText }}