Add Odoo to Portal
This commit is contained in:
parent
6a68be739a
commit
be5e95d5c0
BIN
usr/share/vmmgr/static/img/Odoo.png
Normal file
BIN
usr/share/vmmgr/static/img/Odoo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -321,6 +321,18 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if is_app_visible('odoo') %}
|
||||
{% set app = conf['apps']['odoo'] %}
|
||||
<div class="portal-box">
|
||||
<h2><a href="https://odoo.{{ host }}/"><img src="static/img/Odoo.png" alt="Odoo" title="Odoo">Odoo</a></h2>
|
||||
<p>Sada aplikací pro správu organizace.</p>
|
||||
<ul>
|
||||
<li><strong>Login:</strong> <span class="login">{{ app['login'] }}</span></li>
|
||||
<li><strong>Heslo:</strong> <span class="password">{{ app['password'] }}</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if false %}
|
||||
{% set app = conf['apps']['diaspora'] %}
|
||||
<div class="portal-box">
|
||||
|
@ -113,6 +113,13 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if is_app_visible('odoo') %}
|
||||
<div class="portal-box">
|
||||
<h2><a href="https://odoo.{{ host }}/">Správa organizace</a></h2>
|
||||
<p>Sada aplikací pro správu organizace.</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="portal-box">
|
||||
<h2><a href="http://spotter.ngo"><img src="static/img/Cluster_Spotter.png" alt="Cluster Spotter" title="Cluster Spotter">Cluster Spotter</a></h2>
|
||||
<p>Info o Misi a Vizi projektu, včetně kontaktu. Zachovejte data bezpečná a neposkytujte je nepovolaným osobám.<br>
|
||||
|
Loading…
Reference in New Issue
Block a user