From ccb751d239fc0cad2ff51156bfca7a4d8e5c012f Mon Sep 17 00:00:00 2001 From: juanf <juanf@bsse-bs-dock-dhcp-358.ethz.ch> Date: Mon, 24 Sep 2018 14:02:49 +0200 Subject: [PATCH] Remove tablets compatibility until some details are fixed --- .../core-plugins/eln-lims/1/as/webapps/eln-lims/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/index.html b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/index.html index 2c0332bd871..4bfdcc28cdd 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/index.html +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/index.html @@ -371,7 +371,7 @@ <div id="password-reset-container"></div> <div style="margin-bottom: 5px;">Compatible With:</div> - <img src="./img/browser-icon-chrome.png" style="width: 43px; height:43px;" /><img src="./img/browser-icon-safari.png" style="width: 43px; height:43px;" /><img src="./img/browser-icon-firefox.png" style="width: 43px; height:43px;" /><img src="./img/browser-icon-tablet.png" style="height:43px;" /> + <img src="./img/browser-icon-chrome.png" style="width: 43px; height:43px;" /><img src="./img/browser-icon-safari.png" style="width: 43px; height:43px;" /><img src="./img/browser-icon-firefox.png" style="width: 43px; height:43px;" /> </center> </div> <div class="container-fluid"> -- GitLab