diff --git a/tailbone/templates/datasync/status.mako b/tailbone/templates/datasync/status.mako
index 6b9e02a9..6df35bbb 100644
--- a/tailbone/templates/datasync/status.mako
+++ b/tailbone/templates/datasync/status.mako
@@ -49,123 +49,75 @@
- % if buefy_0_8:
-
- % endif
-
- {{ props.row.key }}
-
-
- {{ props.row.spec }}
-
-
- {{ props.row.dbkey }}
-
-
- {{ props.row.delay }} second(s)
-
-
-
-
-
-
- {{ props.row.status }}
-
-
- % if buefy_0_8:
-
- % endif
+
+ {{ props.row.key }}
+
+
+ {{ props.row.spec }}
+
+
+ {{ props.row.dbkey }}
+
+
+ {{ props.row.delay }} second(s)
+
+
+
+
+
+
+ {{ props.row.status }}
+
+
- % if buefy_0_8:
-
- % endif
-
- {{ props.row.key }}
-
-
- {{ props.row.spec }}
-
-
- {{ props.row.dbkey }}
-
-
- {{ props.row.delay }} second(s)
-
-
- {{ props.row.changes }}
-
-
-
- {{ props.row.status }}
-
-
- % if buefy_0_8:
-
- % endif
+
+ {{ props.row.key }}
+
+
+ {{ props.row.spec }}
+
+
+ {{ props.row.dbkey }}
+
+
+ {{ props.row.delay }} second(s)
+
+
+ {{ props.row.changes }}
+
+
+
+ {{ props.row.status }}
+
+
%def>
diff --git a/tailbone/templates/generate_feature.mako b/tailbone/templates/generate_feature.mako
index 10d3d265..18c9a7a2 100644
--- a/tailbone/templates/generate_feature.mako
+++ b/tailbone/templates/generate_feature.mako
@@ -108,70 +108,49 @@
- % if buefy_0_8:
-
- % endif
-
- {{ props.row.name }}
-
+
+ {{ props.row.name }}
+
-
- {{ props.row.data_type }}
-
+
+ {{ props.row.data_type }}
+
-
- {{ props.row.nullable }}
-
+
+ {{ props.row.nullable }}
+
-
- {{ props.row.description }}
-
+
+ {{ props.row.description }}
+
-
-
-
- Edit
-
-
+
+
+
+ Edit
+
+
-
-
- Delete
-
-
-
+
+
+ Delete
+
+
+
- % if buefy_0_8:
-
- % endif
- % if buefy_0_8:
-
- % endif
- % for i, column in enumerate(grid_columns):
- 0:
- label=" "
- % endif
- % if not buefy_0_8:
- v-slot="props"
- % endif
- ${'sortable' if column['sortable'] else ''}>
- % if empty_labels and i == 0:
-
- % endif
- % if grid.is_linked(column['field']):
-
+ % for i, column in enumerate(grid_columns):
+ 0:
+ label=" "
+ % endif
+ v-slot="props"
+ ${'sortable' if column['sortable'] else ''}>
+ % if empty_labels and i == 0:
+
+ % endif
+ % if grid.is_linked(column['field']):
+
+
+ % elif grid.has_click_handler(column['field']):
+
+
- % elif grid.has_click_handler(column['field']):
-
-
-
-
- % else:
-
- % endif
-
- % endfor
+
+ % else:
+
+ % endif
+
+ % endfor
- % if grid.main_actions or grid.more_actions:
-
- % for action in grid.main_actions:
-
-
- ${action.label}
-
-
- % endfor
-
- % endif
- % if buefy_0_8:
-
+ % if grid.main_actions or grid.more_actions:
+
+ % for action in grid.main_actions:
+
+
+ ${action.label}
+
+
+ % endfor
+
% endif
diff --git a/tailbone/templates/grids/buefy.mako b/tailbone/templates/grids/buefy.mako
index c99d0f70..98de939d 100644
--- a/tailbone/templates/grids/buefy.mako
+++ b/tailbone/templates/grids/buefy.mako
@@ -218,60 +218,49 @@
:hoverable="true"
:narrowed="true">
- % if buefy_0_8:
-
- % endif
- % for column in grid_columns:
-
- % if column['field'] in grid.raw_renderers:
- ${grid.raw_renderers[column['field']]()}
- % elif grid.is_linked(column['field']):
-
- % else:
-
- % endif
-
- % endfor
+ % for column in grid_columns:
+
+ % if column['field'] in grid.raw_renderers:
+ ${grid.raw_renderers[column['field']]()}
+ % elif grid.is_linked(column['field']):
+
+ % else:
+
+ % endif
+
+ % endfor
- % if grid.main_actions or grid.more_actions:
-
- ## TODO: we do not currently differentiate for "main vs. more"
- ## here, but ideally we would tuck "more" away in a drawer etc.
- % for action in grid.main_actions + grid.more_actions:
-
- ${action.render_icon()|n}
- ${action.render_label()|n}
-
-
- % endfor
-
- % endif
- % if buefy_0_8:
-
+ % if grid.main_actions or grid.more_actions:
+
+ ## TODO: we do not currently differentiate for "main vs. more"
+ ## here, but ideally we would tuck "more" away in a drawer etc.
+ % for action in grid.main_actions + grid.more_actions:
+
+ ${action.render_icon()|n}
+ ${action.render_label()|n}
+
+
+ % endfor
+
% endif
diff --git a/tailbone/templates/importing/configure.mako b/tailbone/templates/importing/configure.mako
index 398d4939..90f7cabd 100644
--- a/tailbone/templates/importing/configure.mako
+++ b/tailbone/templates/importing/configure.mako
@@ -10,85 +10,64 @@
narrowed
icon-pack="fas"
:default-sort="['host_title', 'asc']">
- % if buefy_0_8:
-
- % endif
-
- {{ props.row.host_title }}
-
-
- {{ props.row.local_title }}
-
-
- {{ props.row.direction_display }}
-
-
- {{ props.row.handler_spec }}
-
-
- {{ props.row.command }} {{ props.row.subcommand }}
-
-
- {{ props.row.default_runas }}
-
-
-
-
- Edit
-
-
- % if buefy_0_8:
-
- % endif
-
-
-
-
-
-
-
-
Nothing here.
-
-
-
+
+ {{ props.row.host_title }}
+
+
+ {{ props.row.local_title }}
+
+
+ {{ props.row.direction_display }}
+
+
+ {{ props.row.handler_spec }}
+
+
+ {{ props.row.command }} {{ props.row.subcommand }}
+
+
+ {{ props.row.default_runas }}
+
+
+
+
+ Edit
+
+
+
+
+
+
+
+
+
+
Nothing here.
+
+
+
diff --git a/tailbone/templates/luigi/configure.mako b/tailbone/templates/luigi/configure.mako
index 05f2981e..c35e3216 100644
--- a/tailbone/templates/luigi/configure.mako
+++ b/tailbone/templates/luigi/configure.mako
@@ -23,67 +23,46 @@
- % if buefy_0_8:
-
- % endif
-
-
-
-
-
-
- {{ props.row.key }}
-
-
- {{ props.row.description }}
-
-
- {{ props.row.class_name }}
-
-
- {{ props.row.script }}
-
-
-
-
- Edit
-
-
-
-
- Delete
-
-
- % if buefy_0_8:
-
- % endif
+
+
+
+
+
+
+ {{ props.row.key }}
+
+
+ {{ props.row.description }}
+
+
+ {{ props.row.class_name }}
+
+
+ {{ props.row.script }}
+
+
+
+
+ Edit
+
+
+
+
+ Delete
+
+
- % if buefy_0_8:
-
- % endif
-
- {{ props.row.key }}
-
-
- {{ props.row.description }}
-
-
- {{ props.row.script }}
-
-
- {{ props.row.forward ? "Forward" : "Backward" }}
-
-
- {{ props.row.target_date }}
-
-
-
-
- Edit
-
-
-
-
- Delete
-
-
- % if buefy_0_8:
-
- % endif
+
+ {{ props.row.key }}
+
+
+ {{ props.row.description }}
+
+
+ {{ props.row.script }}
+
+
+ {{ props.row.forward ? "Forward" : "Backward" }}
+
+
+ {{ props.row.target_date }}
+
+
+
+
+ Edit
+
+
+
+
+ Delete
+
+
Overnight Tasks
- % if buefy_0_8:
-
- % endif
-
- {{ props.row.description }}
-
-
- {{ props.row.script || props.row.class_name }}
-
-
-
- {{ props.row.last_date || "never!" }}
-
-
-
-
- Launch
-
-
-
+
+ {{ props.row.description }}
+
+
+ {{ props.row.script || props.row.class_name }}
+
+
+
+ {{ props.row.last_date || "never!" }}
+
+
+
+
+ Launch
+
+
+
-
- Launch Overnight Task
-
+
+ Launch Overnight Task
+
-
+
-
- {{ overnightTask.description }}
-
+
+ {{ overnightTask.description }}
+
-
-
- {{ overnightTask.last_date || "n/a" }}
-
-
+
+
+ {{ overnightTask.last_date || "n/a" }}
+
+
-
-
- ${rattail_app.render_date(rattail_app.yesterday())} (yesterday)
-
-
+
+
+ ${rattail_app.render_date(rattail_app.yesterday())} (yesterday)
+
+
-
- Launching this task will schedule it to begin
- within one minute. See the Luigi Task
- Visualizer after that, for current status.
-
+
+ Launching this task will schedule it to begin
+ within one minute. See the Luigi Task
+ Visualizer after that, for current status.
+
-
+
-
-
-
-
- % if buefy_0_8:
-
- % endif
+
+
+
+
No tasks defined.
@@ -159,66 +141,42 @@
Backfill Tasks
- % if buefy_0_8:
-
- % endif
-
- {{ props.row.description }}
-
-
- {{ props.row.script }}
-
-
- {{ props.row.forward ? "Forward" : "Backward" }}
-
-
-
- {{ props.row.last_date }}
-
-
-
- {{ props.row.target_date }}
-
-
-
- Launch
-
-
- % if buefy_0_8:
-
- % endif
+
+ {{ props.row.description }}
+
+
+ {{ props.row.script }}
+
+
+ {{ props.row.forward ? "Forward" : "Backward" }}
+
+
+
+ {{ props.row.last_date }}
+
+
+
+ {{ props.row.target_date }}
+
+
+
+ Launch
+
+
No tasks defined.
diff --git a/tailbone/templates/people/index.mako b/tailbone/templates/people/index.mako
index 8ddc3f52..977ca1b7 100644
--- a/tailbone/templates/people/index.mako
+++ b/tailbone/templates/people/index.mako
@@ -22,36 +22,21 @@
- % if buefy_0_8:
-
- % endif
-
-
-
-
-
-
-
-
-
- % if buefy_0_8:
-
- % endif
+
+
+
+
+
+
+
+
+
diff --git a/tailbone/templates/people/view_profile_buefy.mako b/tailbone/templates/people/view_profile_buefy.mako
index 584597b4..6937f592 100644
--- a/tailbone/templates/people/view_profile_buefy.mako
+++ b/tailbone/templates/people/view_profile_buefy.mako
@@ -296,63 +296,45 @@
% endif
- % if buefy_0_8:
-
+
+
+ {{ props.row.preferred ? "Yes" : "" }}
+
+
+
+ {{ props.row.type }}
+
+
+
+ {{ props.row.number }}
+
+
+ % if request.has_perm('people_profile.edit_person'):
+
+
+
+ Edit
+
+
+
+ Delete
+
+
+
+ Set Preferred
+
+
% endif
-
- {{ props.row.preferred ? "Yes" : "" }}
-
-
-
- {{ props.row.type }}
-
-
-
- {{ props.row.number }}
-
-
- % if request.has_perm('people_profile.edit_person'):
-
-
-
- Edit
-
-
-
- Delete
-
-
-
- Set Preferred
-
-
- % endif
-
- % if buefy_0_8:
-
- % endif
@@ -440,72 +422,51 @@
% endif
- % if buefy_0_8:
-
+
+
+ {{ props.row.preferred ? "Yes" : "" }}
+
+
+
+ {{ props.row.type }}
+
+
+
+ {{ props.row.address }}
+
+
+
+ Invalid
+
+
+ % if request.has_perm('people_profile.edit_person'):
+
+
+
+ Edit
+
+
+
+ Delete
+
+
+
+ Set Preferred
+
+
% endif
-
- {{ props.row.preferred ? "Yes" : "" }}
-
-
-
- {{ props.row.type }}
-
-
-
- {{ props.row.address }}
-
-
-
- Invalid
-
-
- % if request.has_perm('people_profile.edit_person'):
-
-
-
- Edit
-
-
-
- Delete
-
-
-
- Set Preferred
-
-
- % endif
-
- % if buefy_0_8:
-
- % endif
@@ -810,45 +771,30 @@