--- dao/DaoAdresseVedligehold/src/main/webapp/index.html 2016/02/05 11:01:48 2927 +++ dao/DaoAdresseVedligehold/src/main/webapp/index.html 2016/02/11 17:35:31 2932 @@ -2,6 +2,8 @@ + + @@ -18,6 +20,7 @@ + @@ -51,7 +54,7 @@ html += "
"; html += "
"; - if (entry.state == "STATE_DONE" || entry.state == "STATE_ABORTED") { + if (entry.state == "STATE_DONE" || entry.state == "STATE_ABORTED" || entry.state == "STATE_QUEUED") { html += ""; } html += "

" + entry.description + "

"; @@ -110,6 +113,10 @@ loadTasks(); setInterval(loadTasks, 5000); + $("#center").resizable({ + handles: 'e, w' + }); + $(document).on('click', '.viewlog', function(event) { // Bind future elements var taskid = $(this).attr('taskid');