Lightweight mobile-friendly Docker Swarm management UI
docker
ui
pwa
stack
docker-compose
docker-swarm
management
swarm
docker-containers
docker-stack
swarm-mode
docker-devops
mobile-friendly
swarmpit
docker-swarm-ui
-
Updated
Jun 21, 2021 - Clojure
Currently, the initial media request to populate the SRC url is triggered on page load. HTML Audio Element has a function preload="none" which prevents this. I am trying to display many audio play buttons in a table and would prefer they not automatically all populate.
Providing a comparable preload="none" would allow me to use this in my project, thanks.