Skip to content

Instantly share code, notes, and snippets.

@rskuipers
Created May 4, 2016 07:04
Show Gist options
  • Save rskuipers/d067e505ab547daf7c4232b9ebf28cc8 to your computer and use it in GitHub Desktop.
Save rskuipers/d067e505ab547daf7c4232b9ebf28cc8 to your computer and use it in GitHub Desktop.
Improve Zend Server Job Queue table
(function () {
var app = document.getElementById('Application'),
url = document.getElementById('URL'),
name = document.getElementById('Name'),
server = document.getElementById('Server');
app.setAttribute('originalWidth', '0');
app.style.width = '0px';
url.setAttribute('originalWidth', '5%');
url.style.width = '';
name.setAttribute('originalWidth', typeof server !== 'undefined' ? '40%' : '50%');
name.style.width = '';
zgrid2._reRender();
})();
@rskuipers
Copy link
Author

To use as bookmarklet, create bookmark with script as URL and prepend script with javascript:.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment