samme som sidst
This commit is contained in:
parent
4aa78840ff
commit
071454f10f
Binary file not shown.
@ -3,7 +3,7 @@ from .models import ssispackages
|
|||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
|
|
||||||
class ssispackagesTable(tables.Table):
|
class ssispackagesTable(tables.Table):
|
||||||
SSISProject = tables.Column(linkify=True)
|
SSISProject = tables.Column(linkify=True, order_by=("SSISProject", "PackageName"))
|
||||||
class Meta:
|
class Meta:
|
||||||
model = ssispackages
|
model = ssispackages
|
||||||
template_name="django_tables2/bootstrap.html"
|
template_name="django_tables2/bootstrap.html"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user