Skip to content

Commit ecda059

Browse files
committed
Correcting Monitoring area for preprovisioned
1 parent e52c558 commit ecda059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbaas/logical/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def get_metrics_url(self):
327327
def get_resize_url(self):
328328
return "/admin/logical/database/{}/resize/".format(self.id)
329329

330-
def get_log_url(self):
330+
def get_lognit_url(self):
331331
return "/admin/logical/database/{}/lognit/".format(self.id)
332332

333333
def get_cloudstack_service_offering_id(self):

0 commit comments

Comments
 (0)