Add: Auto ANL-Nummer bei Zuweisung, Server-Kategorie, Entra-Sync Verbesserungen
This commit is contained in:
@@ -18,6 +18,7 @@ const API = process.env.REACT_APP_API_URL || '/api';
|
||||
|
||||
const TYPE_ICONS = {
|
||||
notebook: '💻',
|
||||
server: '🖧',
|
||||
monitor: '🖥️',
|
||||
headset: '🎧',
|
||||
drucker: '🖨️',
|
||||
@@ -182,6 +183,7 @@ const EditModal = ({ asset, onClose, onSaved }) => {
|
||||
<select className="ap-form-input" value={form.type} onChange={e => set('type', e.target.value)}>
|
||||
<option value="">— Typ wählen —</option>
|
||||
<option value="notebook">Notebook</option>
|
||||
<option value="server">Server</option>
|
||||
<option value="monitor">Monitor</option>
|
||||
<option value="headset">Headset</option>
|
||||
<option value="drucker">Drucker</option>
|
||||
@@ -1128,6 +1130,7 @@ const AssetsPage = () => {
|
||||
{[
|
||||
['all', 'Alle'],
|
||||
['notebook', 'Notebook'],
|
||||
['server', 'Server'],
|
||||
['monitor', 'Monitor'],
|
||||
['headset', 'Headset'],
|
||||
['drucker', 'Drucker'],
|
||||
|
||||
Reference in New Issue
Block a user