mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#8248: Add bookmarks widget to default dashboard
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% if bookmarks %}
|
||||
<div class="list-group list-group-flush">
|
||||
{% for bookmark in bookmarks %}
|
||||
@@ -6,4 +8,9 @@
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% else %}
|
||||
<p class="text-center text-muted">
|
||||
<i class="mdi mdi-information-outline"></i>
|
||||
{% blocktrans %}No bookmarks have been added yet.{% endblocktrans %}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user