ui: rename Device Name / Nume Masa labels to Work Place across all pages
This commit is contained in:
@@ -298,7 +298,7 @@
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Work Place</th>
|
||||
<th>Host</th>
|
||||
<th>Group</th>
|
||||
<th>Status</th>
|
||||
@@ -536,7 +536,7 @@
|
||||
<div class="modal-body">
|
||||
<form id="addDeviceForm">
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Device Name</label>
|
||||
<label class="form-label">Work Place</label>
|
||||
<input type="text" class="form-control" name="name" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
<td><code>{{ device.device_ip }}</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="info-label">Device Name</td>
|
||||
<td class="info-label">Work Place</td>
|
||||
<td>{{ device.nume_masa or '—' }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
value="{{ device.device_ip }}">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label fw-semibold">Device Name / Masa <span class="text-danger">*</span></label>
|
||||
<label class="form-label fw-semibold">Work Place <span class="text-danger">*</span></label>
|
||||
<input type="text" name="nume_masa" class="form-control" required
|
||||
value="{{ device.nume_masa or '' }}">
|
||||
</div>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
<th>Device ID</th>
|
||||
<th>Nume Masa</th>
|
||||
<th>Work Place</th>
|
||||
<th>Timestamp</th>
|
||||
<th>Event Description</th>
|
||||
</tr>
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
<table class="table table-hover tbl-sm mb-0" id="deviceTable">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>Device Name</th>
|
||||
<th>Work Place</th>
|
||||
<th>Hostname</th>
|
||||
<th>IP</th>
|
||||
<th>MAC Address</th>
|
||||
@@ -195,7 +195,7 @@
|
||||
<input type="text" class="form-control" name="device_ip" required placeholder="192.168.1.100">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">Device Name / Masa <span class="text-danger">*</span></label>
|
||||
<label class="form-label">Work Place <span class="text-danger">*</span></label>
|
||||
<input type="text" class="form-control" name="nume_masa" required placeholder="Masa-01">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
<th>Device ID</th>
|
||||
<th>Nume Masa</th>
|
||||
<th>Work Place</th>
|
||||
<th>Timestamp</th>
|
||||
<th>Event Description</th>
|
||||
</tr>
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
<table class="table table-sm table-hover mb-0">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th>Device Name</th>
|
||||
<th>Work Place</th>
|
||||
<th>MAC</th>
|
||||
<th>IP</th>
|
||||
<th>Last Seen</th>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>MAC Address</th>
|
||||
<th>Proposed Device Name</th>
|
||||
<th>Proposed Work Place</th>
|
||||
<th>Proposed Hostname</th>
|
||||
<th>Proposed IP</th>
|
||||
<th>Submitted</th>
|
||||
|
||||
Reference in New Issue
Block a user