1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 14:55:27 +02:00

fix(UI): update icons for beta and experimental features EE-5435 (#8940)

This commit is contained in:
Prabhat Khera 2023-05-18 10:19:44 +12:00 committed by GitHub
parent 395d86dcd1
commit b58cd1e87e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 51 additions and 44 deletions

View file

@ -1,8 +0,0 @@
<information-panel title-text="Information">
<span class="small">
<p class="text-muted">
<pr-icon icon="'flask-conical'" mode="'warning'"></pr-icon>
This is a beta feature.
</p>
</span>
</information-panel>

View file

@ -1,3 +0,0 @@
angular.module('portainer.app').component('betaPanel', {
templateUrl: './betaPanel.html',
});

View file

@ -4,11 +4,6 @@
<rd-widget-body>
<form class="form-horizontal">
<box-selector radio-name="'theme'" value="$ctrl.state.themeColor" options="$ctrl.state.availableThemes" on-change="($ctrl.setThemeColor)"></box-selector>
<p class="vertical-center mt-2">
<pr-icon icon="'alert-circle'" class-name="'icon-primary'"></pr-icon>
<span class="small">Dark and High-contrast theme are experimental. Some UI components might not display properly.</span>
</p>
</form>
</rd-widget-body>
</rd-widget>