We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858447d commit 9a60dd3Copy full SHA for 9a60dd3
dbaas/logical/admin/database.py
@@ -105,7 +105,7 @@ def friendly_status(self, database):
105
def clone_html(self, database):
106
html = []
107
108
- if database.is_in_quarantine or database.status != database.ALIVE:
+ if database.is_in_quarantine or database.status != database.ALIVE or database.engine_type == 'redis':
109
html.append("N/A")
110
else:
111
html.append("<a class='btn btn-info' href='%s'><i class='icon-file icon-white'></i></a>" % reverse(
0 commit comments