diff --git a/static/js/index.js b/static/js/index.js index f068950..e0dc712 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -523,7 +523,7 @@ function onWindowLoad(){ hosts = previousValue.hosts != null ? previousValue.hosts : []; for(var i = 0; i < hosts.length; i++) { // programmatically add each new host. var cell = document.createElement('div'); - cell.className += 'mdl-cell mdl-cell--3-col host-cell'; + cell.className += 'mdl-cell mdl-cell--3-col host-cell mdl-button mdl-js-button mdl-js-ripple-effect'; cell.id = 'hostgrid-' + hosts[i]; cell.innerHTML = hosts[i]; $(cell).prepend($("", {src: "static/res/ic_desktop_windows_white_24px.svg"}));