[UPDT] HORILLA VIEWS: Update html header
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
horilla_views/generic/cbv/pipeline
|
||||
"""
|
||||
|
||||
from django.views.generic import ListView
|
||||
from django.db import models
|
||||
from django.views.generic import ListView
|
||||
from django_filters import FilterSet
|
||||
from horilla_views.cbv_methods import get_short_uuid
|
||||
|
||||
from horilla.horilla_middlewares import _thread_locals
|
||||
from horilla_views.cbv_methods import get_short_uuid
|
||||
|
||||
|
||||
class Pipeline(ListView):
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
>
|
||||
{{cell.0}}
|
||||
{{cell.0|safe}}
|
||||
</div>
|
||||
</th>
|
||||
{% endwith %}
|
||||
|
||||
@@ -41,11 +41,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
<div
|
||||
class="oh-tabs__movable-body position-relative"
|
||||
hx-get="{{url}}?{% for parameter in parameters %}{{parameter|format:group}}&{% endfor %}{{request.GET.urlencode}}"
|
||||
hx-trigger="load"
|
||||
|
||||
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
@@ -61,4 +61,3 @@
|
||||
badge.attr("title", title);
|
||||
</script>
|
||||
</div>
|
||||
|
||||
@@ -77,6 +77,8 @@ def getattribute(value, attr: str):
|
||||
if isinstance(result, types.MethodType):
|
||||
result = result()
|
||||
value = result
|
||||
else:
|
||||
return getattr(value, attr, "")
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user