1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 04:45:21 +02:00

feat(ui): renovate the edge jobs edit page EE-3531 (#7192)

This commit is contained in:
matias-portainer 2022-08-02 10:28:27 -03:00 committed by GitHub
parent 0580d3833a
commit b28f635fb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 13 deletions

View file

@ -6,7 +6,9 @@
<rd-widget-body>
<uib-tabset active="$ctrl.state.activeTab">
<uib-tab index="0" select="$ctrl.showEditor()">
<uib-tab-heading> <i class="fa fa-wrench" aria-hidden="true"></i> Configuration </uib-tab-heading>
<uib-tab-heading>
<span><pr-icon icon="'tool'" feather="true"></pr-icon></span> Configuration
</uib-tab-heading>
<edge-job-form
ng-if="$ctrl.edgeJob && $ctrl.state.showEditorTab"
@ -22,13 +24,14 @@
</uib-tab>
<uib-tab index="1">
<uib-tab-heading> <i class="fa fa-tasks" aria-hidden="true"></i> Results </uib-tab-heading>
<uib-tab-heading>
<span><pr-icon icon="'list'" feather="true"></pr-icon></span> Results
</uib-tab-heading>
<edge-job-results-datatable
style="display: block; margin-top: 10px"
ng-if="$ctrl.results"
title-text="Results"
title-icon="fa-tasks"
title-icon="list"
dataset="$ctrl.results"
table-key="edge-job-results"
order-by="Status"