Revize a0cbde1e
Přidáno uživatelem plundrichov před více než 4 roky(ů)
client/src/OverviewAdmin.js | ||
---|---|---|
104 | 104 |
</div> |
105 | 105 |
<div className="underline-1"></div> |
106 | 106 |
<div className="side-board-items column"> |
107 |
<table border = "0"> |
|
107 |
<table className="side-board-table" border = "0">
|
|
108 | 108 |
<tbody> |
109 | 109 |
<tr> |
110 | 110 |
<th className="th-left">Name</th> |
... | ... | |
130 | 130 |
) : ( |
131 | 131 |
employee.holiday |
132 | 132 |
)}</td> |
133 |
<td> |
|
133 | 134 |
{/* Edit Button */} |
134 | 135 |
<button onClick={(e) => editEmployee(employee.id, e)} className="btn-edit"> |
135 | 136 |
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-pencil" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> |
... | ... | |
138 | 139 |
</svg> |
139 | 140 |
</button> |
140 | 141 |
{/* End of Edit Button */} |
142 |
</td> |
|
141 | 143 |
</tr> |
142 | 144 |
))} |
143 | 145 |
</tbody> |
Také k dispozici: Unified diff
re #58 fetch setting(const response), switch added default opt.