{% extends "baseTemplate/index.html" %} {% load static %} {# Database list. Angular interpolation is {$ … $}; Django keeps {{ … }}. #} {% block title %}Databases{% endblock %} {% block content %}
MariaDB schemas across the sites you manage. Sizes come straight from the server, so an empty database really is empty.
Pick a website, or list every database you can see.
This site uses of databases allowed by its package.
This site's package does not limit the number of databases.
Total size on disk: MB
No databases here yet.
{% if currentACL.admin or currentACL.createDatabase %} Create the first one {% endif %}| Database | User | Website | Size | Tables | Remote access | Created | Actions |
|---|---|---|---|---|---|---|---|
| {$ db.tableCount === null || db.tableCount === undefined ? '—' : db.tableCount $} | {$ entry.host $}{$ $last ? '' : ', ' $} localhost only | {% if currentACL.admin or currentACL.createDatabase or currentACL.deleteDatabase %} {% endif %} {% if currentACL.admin or currentACL.deleteDatabase %} {% endif %} |