mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Tweak icons used in markdown alert box in config panel for consistency with icons used in diagnosis
This commit is contained in:
parent
6571b6a0c8
commit
5ceae3e166
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ export default {
|
||||||
data () {
|
data () {
|
||||||
const icons = {
|
const icons = {
|
||||||
success: 'thumbs-up',
|
success: 'thumbs-up',
|
||||||
info: 'info',
|
info: 'info-circle',
|
||||||
warning: 'warning',
|
warning: 'warning',
|
||||||
danger: 'ban'
|
danger: 'times'
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
icon_: (this.icon) ? this.icon : icons[this.type]
|
icon_: (this.icon) ? this.icon : icons[this.type]
|
||||||
|
|
Loading…
Add table
Reference in a new issue