Segnalazione #147
App host: menu contestuale
Start date:
01/18/2017
Due date:
% Done:
0%
Estimated time:
Description
Spostare il menu a sx della app host nella navbar in alto, come avviene per la app users (vedi users/templates/users/navbar.html) che viene inserita nel block "context_navbar" per renderla la navigazione omogenea.
Associated revisions
HostMixin that puts groups in the context. refs: #147
And this is unnecessary. refs: #147
And remove also clusters from the list template. refs: #147
Use the right base template. refs: #147
Remove one FIXME. refs: #147
Use HostMixin to have the groups in the context and populate the navbar menu. refs: #147
History
Updated by Mark Caglienzi almost 8 years ago
- Status changed from In elaborazione to Commenti
- Assignee changed from Mark Caglienzi to Christopher R. Gabriel
ec9aa9f5:
- Creazione di
navbar.html
ehost_base.html
, e uso dihost_base.html
in tutti i template dell'app - Creazione di
HostMixin
che mette nel context i cluster trovati (in modo che siano disponibili in tutte le view, visto che il menu dovrà essere presente e popolato in tutte le pagine dell'app) - Rimozione del vecchio elenco dei cluster dalla pagina di elenco host
Mergiato in master e pushato
Updated by Christopher R. Gabriel almost 8 years ago
- Status changed from Commenti to Chiuso
Ok, verificato.
First step: navbar.html and host_base.html. refs: #147