The columns out of page range

Too many columns in the table, resulting in out of page range,
affecting the appearance.
Some information can be seen on the details page,
I think it can be deleted from the table.

Change-Id: Id3b45726f14087088767c5171b14fd8ec12da9ef
This commit is contained in:
pengyuesheng 2019-05-31 14:23:22 +08:00
parent a0bdee0e94
commit 3be30d09d7

View File

@ -130,20 +130,6 @@ class ActionExecutionsTable(tables.DataTable):
"description",
verbose_name=_("Description")
)
input = tables.Column(
"",
verbose_name=_("Input"),
empty_value=_("View"),
link="horizon:mistral:action_executions:input",
link_classes=("ajax-modal",)
)
output = tables.Column(
"",
verbose_name=_("Output"),
empty_value=_("View"),
link="horizon:mistral:action_executions:output",
link_classes=("ajax-modal",)
)
created_at = tables.Column(
"created_at",
verbose_name=_("Created at"),