[Perl] DAQ system for the FAPG.
fix add id to the toolbar div
roles/dashboard/templates/dashboard/toolbar.html.ep
@@ -1,6 +1,6 @@
1
1
<!-- -*- mode: web; -*- -->
2
2
3
Removed:
<div class="d-flex flex-wrap align-items-center justify-content-between gap-2 mb-3 toolbar">
3
Added:
<div id="toolbar" class="d-flex flex-wrap align-items-center justify-content-between gap-2 mb-3 toolbar">
4
4
<nav aria-label="Breadcrumb">
5
5
<ol class="breadcrumb mb-0 bg-white border rounded-pill px-3 py-2 small fw-bold">
6
6
% for my $index (0 .. $breadcrumbs->$#*) {