Maintenance

The source of a used GIF added to README.
The source of the used Fonts added to README.
Another used tool was added to the "Powered by" section.
More translation work was done and the technique used to do the manual Nmap-scans was changed to include a loading animation.
A speedtest has been added to the detailed view of the "Internet" device. This is also located under the "Nmap" tab.
This commit is contained in:
leiweibau
2022-07-07 22:48:48 +02:00
parent cb8e9e618d
commit c8817c1e59
10 changed files with 2175 additions and 50 deletions

View File

@@ -523,4 +523,11 @@
vertical-align: middle;
padding: 10px;
padding-right: 15px;
}
.ajax_scripts_loading {
background-image: url('../img/Loading_Animation.gif');
background-repeat: no-repeat;
background-position: center;
height: 50px;
}