From 5ade4891b589c2fcee03f01e33a7d9442516998e Mon Sep 17 00:00:00 2001 From: Spacelord Date: Sat, 13 May 2023 00:42:15 +0200 Subject: [PATCH] Added tooltips to SKU on Dashboard+Items - Globally enabled all bootstrap tooltips. --- src/frontend/dashboard.eta.html | 6 ++---- src/frontend/items.eta.html | 2 +- src/frontend/partials/foot.eta.html | 6 ++++++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/frontend/dashboard.eta.html b/src/frontend/dashboard.eta.html index ace5fa2..3387380 100644 --- a/src/frontend/dashboard.eta.html +++ b/src/frontend/dashboard.eta.html @@ -30,20 +30,18 @@ - + - <% it.recents.forEach(function(user){ %> - + - <% }) %> diff --git a/src/frontend/items.eta.html b/src/frontend/items.eta.html index 0343f4b..d04a08d 100644 --- a/src/frontend/items.eta.html +++ b/src/frontend/items.eta.html @@ -14,7 +14,7 @@ <% it.items.forEach(function(user){ %> - + diff --git a/src/frontend/partials/foot.eta.html b/src/frontend/partials/foot.eta.html index a6e113a..4e495a4 100644 --- a/src/frontend/partials/foot.eta.html +++ b/src/frontend/partials/foot.eta.html @@ -1,3 +1,9 @@ +
#SKU Name StatusSKU Actions
<%= user.id %><%= user.SKU %> <%= user.name %> <%= user.status %><%= user.SKU %> Edit
<%= user.SKU %><%= user.SKU %> <%= user.name %> <%= user.status %> Edit