diff --git a/bitrepository-webclient/src/main/webapp/CollectionNameMapper.js b/bitrepository-webclient/src/main/webapp/CollectionNameMapper.js deleted file mode 100644 index 345e9aaef..000000000 --- a/bitrepository-webclient/src/main/webapp/CollectionNameMapper.js +++ /dev/null @@ -1,16 +0,0 @@ - - function CollectionNameMapper(collections) { - var nameMap = new Object(); - - for(i=0; i= exaSize) { - return exaPostfix; - } else if (size >= petaSize) { - return petaPostfix; - } else if (size >= teraSize) { - return teraPostfix; - } else if (size >= gigaSize) { - return gigaPostfix; - } else if (size >= megaSize) { - return megaPostfix; - } else if (size >= kiloSize) { - return kiloPostfix; - } else { - return bytePostfix; - } - } - - this.getByteSize = function(unit) { - if (exaPostfix == unit) { - return exaSize; - } else if (petaPostfix == unit) { - return petaSize; - } else if (teraPostfix == unit) { - return teraSize; - } else if (petaPostfix == unit) { - return petaSize; - } else if (gigaPostfix == unit) { - return gigaSize; - } else if (megaPostfix == unit) { - return megaSize; - } else if (kiloPostfix == unit) { - return kiloSize; - } else if (bytePostfix == unit) { - return byteSize; - } else { - return byteSize; - } - } - } diff --git a/bitrepository-webclient/src/main/webapp/alarm-service.html b/bitrepository-webclient/src/main/webapp/alarm-service.html index b723b77fa..30d0ba4c4 100644 --- a/bitrepository-webclient/src/main/webapp/alarm-service.html +++ b/bitrepository-webclient/src/main/webapp/alarm-service.html @@ -23,8 +23,8 @@ Bitrepository alarm service - - + +