Added tooltips

This commit is contained in:
Magnus
2022-04-26 16:24:33 +02:00
parent cf143c0e73
commit c319afbe9f
14 changed files with 151 additions and 152 deletions

View File

@ -116,7 +116,7 @@
};
</script>
<button class="btn btn-primary btn-sm" type="button" data-bs-toggle="collapse" data-bs-target="#collapseLog" aria-expanded="false" aria-controls="collapseLog">
<button class="btn btn-primary btn-sm" type="button" data-bs-toggle="collapse" data-bs-target="#collapseLog" aria-expanded="false" aria-controls="collapseLog" data-bs-toggle="tooltip" title="Load and show the last 10 errors that has occured on the device">
View error log
</button>