Perbaikan minor pada Laporan Member
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
border: 0.1px solid black; /* Sets a 1px solid black border */
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.text-label {
|
||||
color: #000000;
|
||||
}
|
||||
/*
|
||||
.table-selectable tbody tr {
|
||||
cursor: pointer;
|
||||
@@ -174,7 +178,7 @@
|
||||
['printer1_conn', 'Printer Connection'],
|
||||
['printer1_spd', 'Printer Speed/Baudrate'],
|
||||
['video1_avail', 'Kamera Status'],
|
||||
['video1_conn', 'Video URL/Path'],
|
||||
['video1_conn', 'Kamera URL/Path'],
|
||||
['sound_avail', 'Sound Status'],
|
||||
['bg_avail', 'BGate Status'],
|
||||
['bg_conn', 'BGate Connection'],
|
||||
@@ -191,7 +195,7 @@
|
||||
|
||||
rows += `
|
||||
<tr>
|
||||
<td class="fw-semibold text-muted">${f1[1]}</td>
|
||||
<td class="fw-semibold text-muted text-label"><strong>${f1[1]}</strong></td>
|
||||
<td>
|
||||
<span class="view-mode">${formatValue(f1[0], r[f1[0]])}</span>
|
||||
<input type="text"
|
||||
|
||||
Reference in New Issue
Block a user