Skip to content

Commit

Permalink
frontend: changed layout of message in resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrivat committed Jul 16, 2016
1 parent d730e65 commit 31f77d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conpaas-frontend/www/js/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ conpaas.ui = (function (this_module) {
function (response) {
resources = response.data
apps = {}
html = "<strong>No resources are being used.</strong>"
html = '<div class="box infobox">No resources are being used.</div>'
for(i=0; i<resources.length; i++){
res = resources[i]
if (!(res.app_id in apps)){
Expand Down

0 comments on commit 31f77d7

Please sign in to comment.