dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Layout improvements (column width)
Marius Cramer
2015-01-08
680c56f95b14b1b33e0218f1eb62a58f9f491483
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
themes
/
default
/
assets
/
javascripts
/
ispconfig.min.js
1
$(document).on("ready",function(){$(".progress .progress-bar").css("width",function(){return $(this).attr("aria-valuenow")+"%"})});