1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

feat(ui): replace boxselector with react component EE-3593 (#7215)

* replace boxselector and upload vendor icon
This commit is contained in:
Richard Wei 2022-07-08 12:57:36 +12:00 committed by GitHub
parent 14a8b1d897
commit 9a2cdc4a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 993 additions and 61 deletions

View file

@ -690,7 +690,7 @@
/>
<label for="data_access_isolated">
<div class="boxselector_header">
<i class="fa fa-cubes" aria-hidden="true" style="margin-right: 2px"></i>
<pr-icon icon="'box'" feather="true"></pr-icon>
Isolated
</div>
<p>Application will be deployed as a StatefulSet with each instantiating their own data</p>
@ -712,7 +712,7 @@
style="cursor: pointer; border-color: #767676"
>
<div class="boxselector_header">
<i class="fa fa-cubes" aria-hidden="true" style="margin-right: 2px"></i>
<pr-icon icon="'box'" feather="true"></pr-icon>
Isolated
</div>
<p>Application will be deployed as a StatefulSet with each instantiating their own data</p>
@ -728,7 +728,7 @@
/>
<label for="data_access_shared">
<div class="boxselector_header">
<i class="fa fa-cube" aria-hidden="true" style="margin-right: 2px"></i>
<pr-icon icon="'sliders'" feather="true"></pr-icon>
Shared
</div>
<p>Application will be deployed as a Deployment with a shared storage access</p>
@ -745,7 +745,7 @@
style="cursor: pointer; border-color: #767676"
>
<div class="boxselector_header">
<i class="fa fa-cube" aria-hidden="true" style="margin-right: 2px"></i>
<pr-icon icon="'sliders'" feather="true"></pr-icon>
Shared
</div>
<p>Application will be deployed as a Deployment with a shared storage access</p>
@ -877,7 +877,7 @@
/>
<label for="deployment_replicated">
<div class="boxselector_header">
<i class="fa fa-cube" aria-hidden="true" style="margin-right: 2px"></i>
<pr-icon icon="'sliders'" feather="true"></pr-icon>
Replicated
</div>
<p>Run one or multiple instances of this container</p>
@ -1196,7 +1196,7 @@
/>
<label for="placement_hard">
<div class="boxselector_header">
<i class="fa fa-tasks" aria-hidden="true" style="margin-right: 2px"></i>
<pr-icon icon="'sliders'" feather="true"></pr-icon>
Mandatory
</div>
<p>Schedule this application <b>ONLY</b> on nodes that match <b>ALL</b> Rules</p>
@ -1212,7 +1212,7 @@
/>
<label for="placement_soft">
<div class="boxselector_header">
<i class="fa fa-list" aria-hidden="true" style="margin-right: 2px"></i>
<pr-icon icon="'align-justify'" feather="true"></pr-icon>
Preferred
</div>
<p>Schedule this application on nodes that match the rules if possible</p>