Segnalazione #741
Interfaccia web
0%
Description
Interfaccia web, magari basata sull'API REST, embeddabile in un iframe di octonet, per visualizzare l'inventario macchine
Associated revisions
Merge branch 'master' into t741. refs: #741
Show a home page. refs: #741
Merge branch 'master' into t741. refs: #741
Fine tuned the system-vendoring static url handler. refs: #741
Use the version of popper that seems to be really only javascript. refs: #741
Added test websocket code. refs: #741
Send the event stream via websocket. refs: #741
Send events and their details in JSON. refs: #741
Show an event log in the index page. refs: #741
Merge branch 't740' into t741. refs: #741
Added a machine list and machine details. refs: #741
Added dependencies to README.txt. refs: #741
History
Updated by Enrico Zini almost 6 years ago
Per librerie browser-side, appoggiarsi su quello che è pacchettizzato in Debian.
Updated by Enrico Zini almost 6 years ago
È concesso il backport verso jessie di cose backportabili, o vendorare nel codice pacchettizzato per jessie le librerie che ci sono già su buster. L'idea è che il pacchetto risultante sia uploadabile in bullseye o buster-backports, e non importa che lo sia su jessie o stretch.
Updated by Enrico Zini almost 6 years ago
- Status changed from Nuovo to Chiuso
Ho mergiato in master un'interfaccia web minimale, che però contiene una demo dei vari componenti che possono essere usati per costruire l'interfaccia man mano che gestiamo casi d'uso specifici:
- Uso di API REST (lista macchine, dettagli macchina)
- Uso di eventi websocket (monitor eventi)
- Uso di librerie JavaScript pacchettizzate in Debian
Moved webserver parts into manager/web. refs: #741