forked from UKSOURCE/cms.lams
Refactor: remove unused APIs, controllers, models and data files. Update: icon picker all system, Dashboard, Main UI more respone, Change: Logo, favicon.
This commit is contained in:
@@ -350,7 +350,7 @@
|
||||
<div class="card-body p-3">
|
||||
<div class="row g-2 align-items-center">
|
||||
<div class="col-md-4">
|
||||
<label class="form-label small">Icon (FA class)</label>
|
||||
<label class="form-label small">Icon</label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text icon-preview-cell" style="min-width:38px">
|
||||
${item.icon ? `<i class="${esc(item.icon)}"></i>` : ''}
|
||||
|
||||
Reference in New Issue
Block a user