From 508d3b942ab47fa7d2fb065ca0737ebe839a6672 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Sat, 22 Dec 2007 11:40:31 +0000 Subject: Hide label when label is too big for the bar git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@449 ab2d0c66-481e-0410-8bed-d214d4d58bed --- health-storage-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'health-storage-html.lsp') diff --git a/health-storage-html.lsp b/health-storage-html.lsp index 693822a..15830c3 100644 --- a/health-storage-html.lsp +++ b/health-storage-html.lsp @@ -10,7 +10,7 @@ - +
0%
%
%
100%0%
10) then io.write(view.storage.floppycapacity.used .. "%") end ?>
tonumber(view.storage.floppycapacity.used)) then io.write((100-view.storage.floppycapacity.used) .. "%") end ?>
100%
@@ -26,7 +26,7 @@
- +
0%
%
%
100%0%
10) then io.write(view.storage.hdcapacity.used .. "%") end ?>
tonumber(view.storage.hdcapacity.used)) then io.write((100-view.storage.hdcapacity.used) .. "%") end ?>
100%
-- cgit v1.2.3