mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-24 00:19:21 +00:00
Small Improvements
- update UI on delete all - fix license
This commit is contained in:
@@ -39,6 +39,7 @@ export default function InfoNif() {
|
||||
{data?.networkInterfaces.map((e) => {
|
||||
return (
|
||||
<a
|
||||
key={e.address}
|
||||
href='/'
|
||||
onClick={() =>
|
||||
handleLink(baseURL.replace('__IP__', e.address))
|
||||
|
||||
Reference in New Issue
Block a user