ui: rename Device Name / Nume Masa labels to Work Place across all pages

This commit is contained in:
ske087
2026-04-27 08:48:21 +03:00
parent 012c1b0e55
commit a548fc40de
8 changed files with 10 additions and 10 deletions

View File

@@ -298,7 +298,7 @@
<table class="table table-hover"> <table class="table table-hover">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Work Place</th>
<th>Host</th> <th>Host</th>
<th>Group</th> <th>Group</th>
<th>Status</th> <th>Status</th>
@@ -536,7 +536,7 @@
<div class="modal-body"> <div class="modal-body">
<form id="addDeviceForm"> <form id="addDeviceForm">
<div class="mb-3"> <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> <input type="text" class="form-control" name="name" required>
</div> </div>
<div class="mb-3"> <div class="mb-3">

View File

@@ -76,7 +76,7 @@
<td><code>{{ device.device_ip }}</code></td> <td><code>{{ device.device_ip }}</code></td>
</tr> </tr>
<tr> <tr>
<td class="info-label">Device Name</td> <td class="info-label">Work Place</td>
<td>{{ device.nume_masa or '—' }}</td> <td>{{ device.nume_masa or '—' }}</td>
</tr> </tr>
<tr> <tr>

View File

@@ -26,7 +26,7 @@
value="{{ device.device_ip }}"> value="{{ device.device_ip }}">
</div> </div>
<div class="col-md-6"> <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 <input type="text" name="nume_masa" class="form-control" required
value="{{ device.nume_masa or '' }}"> value="{{ device.nume_masa or '' }}">
</div> </div>

View File

@@ -58,7 +58,7 @@
<thead class="table-dark"> <thead class="table-dark">
<tr> <tr>
<th>Device ID</th> <th>Device ID</th>
<th>Nume Masa</th> <th>Work Place</th>
<th>Timestamp</th> <th>Timestamp</th>
<th>Event Description</th> <th>Event Description</th>
</tr> </tr>

View File

@@ -85,7 +85,7 @@
<table class="table table-hover tbl-sm mb-0" id="deviceTable"> <table class="table table-hover tbl-sm mb-0" id="deviceTable">
<thead class="table-light"> <thead class="table-light">
<tr> <tr>
<th>Device Name</th> <th>Work Place</th>
<th>Hostname</th> <th>Hostname</th>
<th>IP</th> <th>IP</th>
<th>MAC Address</th> <th>MAC Address</th>
@@ -195,7 +195,7 @@
<input type="text" class="form-control" name="device_ip" required placeholder="192.168.1.100"> <input type="text" class="form-control" name="device_ip" required placeholder="192.168.1.100">
</div> </div>
<div class="col-md-6"> <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"> <input type="text" class="form-control" name="nume_masa" required placeholder="Masa-01">
</div> </div>
<div class="col-md-6"> <div class="col-md-6">

View File

@@ -58,7 +58,7 @@
<thead class="table-dark"> <thead class="table-dark">
<tr> <tr>
<th>Device ID</th> <th>Device ID</th>
<th>Nume Masa</th> <th>Work Place</th>
<th>Timestamp</th> <th>Timestamp</th>
<th>Event Description</th> <th>Event Description</th>
</tr> </tr>

View File

@@ -115,7 +115,7 @@
<table class="table table-sm table-hover mb-0"> <table class="table table-sm table-hover mb-0">
<thead class="table-light"> <thead class="table-light">
<tr> <tr>
<th>Device Name</th> <th>Work Place</th>
<th>MAC</th> <th>MAC</th>
<th>IP</th> <th>IP</th>
<th>Last Seen</th> <th>Last Seen</th>

View File

@@ -50,7 +50,7 @@
<tr> <tr>
<th>#</th> <th>#</th>
<th>MAC Address</th> <th>MAC Address</th>
<th>Proposed Device Name</th> <th>Proposed Work Place</th>
<th>Proposed Hostname</th> <th>Proposed Hostname</th>
<th>Proposed IP</th> <th>Proposed IP</th>
<th>Submitted</th> <th>Submitted</th>