dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix bug where all non admin clients add a site, that it goes into client0.
quentusrex
2008-10-31
22b413bb98bb60e17d6141a3e6227ef97865e6a5
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
monitor
/
templates
/
system.htm
1
2
3
4
5
6
7
8
9
10
11
<h2><tmpl_var name="title"></h2>
<div class="panel panel_system">
<div class="pnl_formarea">
<fieldset><legend></legend>
<div class="systemmonitor"><tmpl_var name="output"></div>
</fieldset>
</div>
</div>