Codebase list cloudkitty-dashboard / 21a24d6
Merge "Remove the unused attributes in the tables" Zuul authored 5 years ago Gerrit Code Review committed 5 years ago
2 changed file(s) with 0 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
3636 verbose_name = _("Delete Service")
3737 data_type_singular = _("Service")
3838 data_type_plural = _("Services")
39 icon = "remove"
4039
4140 @staticmethod
4241 def action_present(count):
9695 verbose_name = _("Delete Group")
9796 data_type_singular = _("Group")
9897 data_type_plural = _("Groups")
99 icon = "remove"
10098
10199 @staticmethod
102100 def action_present(count):
184182 verbose_name = _("Delete Service Threshold")
185183 data_type_singular = _("Service Threshold")
186184 data_type_plural = _("Service Thresholds")
187 icon = "remove"
188185
189186 @staticmethod
190187 def action_present(count):
212209 verbose_name = _("Delete Field Threshold")
213210 data_type_singular = _("Field Threshold")
214211 data_type_plural = _("Field Thresholds")
215 icon = "remove"
216212
217213 @staticmethod
218214 def action_present(count):
353349 verbose_name = _("Delete Field")
354350 data_type_singular = _("Field")
355351 data_type_plural = _("Fields")
356 icon = "remove"
357352
358353 @staticmethod
359354 def action_present(count):
426421 verbose_name = _("Delete Mapping")
427422 data_type_singular = _("Mapping")
428423 data_type_plural = _("Mappings")
429 icon = "remove"
430424
431425 @staticmethod
432426 def action_present(count):
5151 verbose_name = _("Delete Script")
5252 data_type_singular = _("PyScript")
5353 data_type_plural = _("PyScripts")
54 icon = "remove"
5554
5655 @staticmethod
5756 def action_present(count):