Small Improvements

- update UI on delete all
- fix license
This commit is contained in:
cv
2021-06-14 15:05:08 +02:00
parent 4d7a26a66d
commit 55f897b0bd
6 changed files with 21 additions and 9 deletions
+1
View File
@@ -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))