Skip to content

Commit

Permalink
add some icons
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Oct 31, 2023
1 parent 4c57e5d commit 239b018
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/ee/reporting/components/ReportsManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ For details, see: https://license.tacticalrmm.com/ee
clickable
@click="openNewReportTemplateForm('markdown')"
>
<q-item-section avatar>
<q-icon name="fa-brands fa-markdown" />
</q-item-section>
<q-item-section>
<q-item-label>Markdown Template</q-item-label>
</q-item-section>
Expand All @@ -64,8 +67,11 @@ For details, see: https://license.tacticalrmm.com/ee
clickable
@click="openNewReportTemplateForm('html')"
>
<q-item-section avatar>
<q-icon name="fa-brands fa-html5" />
</q-item-section>
<q-item-section>
<q-item-label>Html Template</q-item-label>
<q-item-label>HTML Template</q-item-label>
</q-item-section>
</q-item>

Expand All @@ -74,6 +80,9 @@ For details, see: https://license.tacticalrmm.com/ee
clickable
@click="openNewReportTemplateForm('plaintext')"
>
<q-item-section avatar>
<q-icon name="fa-solid fa-file-csv" />
</q-item-section>
<q-item-section>
<q-item-label>Plain Text Template</q-item-label>
</q-item-section>
Expand All @@ -82,6 +91,9 @@ For details, see: https://license.tacticalrmm.com/ee
<q-separator />

<q-item clickable v-close-popup @click="importReportTemplate">
<q-item-section avatar>
<q-icon name="fa-solid fa-file-import" />
</q-item-section>
<q-item-section>
<q-item-label>Import Report Template</q-item-label>
</q-item-section>
Expand All @@ -91,6 +103,7 @@ For details, see: https://license.tacticalrmm.com/ee
<q-btn
class="q-ml-sm"
label="Base Templates"
icon="fa-regular fa-file-code"
no-caps
dense
flat
Expand All @@ -99,6 +112,7 @@ For details, see: https://license.tacticalrmm.com/ee
<q-btn
class="q-ml-sm"
label="Report Assets"
icon="fa-regular fa-folder-closed"
no-caps
dense
flat
Expand All @@ -107,6 +121,7 @@ For details, see: https://license.tacticalrmm.com/ee
<q-btn
class="q-ml-sm"
label="Data Queries"
icon="fa-solid fa-database"
no-caps
dense
flat
Expand All @@ -115,6 +130,7 @@ For details, see: https://license.tacticalrmm.com/ee
<q-btn
class="q-ml-sm"
label="Shared Templates"
icon="fa-solid fa-share"
no-caps
dense
flat
Expand Down

0 comments on commit 239b018

Please sign in to comment.