ConfigPage continuation
This commit is contained in:
parent
e3497c4718
commit
224372f0ad
7 changed files with 448 additions and 55 deletions
|
|
@ -51,23 +51,11 @@
|
|||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
|
||||
<span class="glyphicon glyphicon-info-sign"></span>
|
||||
</a>
|
||||
<ul role="menu" class="dropdown-menu" aria-labelledby="drop1">
|
||||
<ul role="menu" class="dropdown-menu">
|
||||
<li>
|
||||
<pre class="pre-scrollable">
|
||||
2015-09-24 16:37:54.578 [FINE] PluginManager: Searching for plugins...
|
||||
2015-09-24 16:37:54.650 [FINE] PluginManager: Found plugin: C:\Users\ezivkoc\IdeaProjects\webadmin\.\src\wa\server\plugin\apache\plugin.json
|
||||
2015-09-24 16:37:54.652 [FINE] PluginData : Plugin: Apache Web Server(ver: 1.0)
|
||||
2015-09-24 16:37:54.665 [FINER] PluginData : Plugin interface: wa.server.plugin.WAServiceStatus --> wa.server.plugin.apache.ApacheStatus
|
||||
2015-09-24 16:37:54.667 [FINER] PluginData : Plugin interface: wa.server.plugin.WAService --> wa.server.plugin.apache.ApacheService
|
||||
2015-09-24 16:37:54.670 [FINE] PluginManager: Found plugin: C:\Users\ezivkoc\IdeaProjects\webadmin\.\src\wa\server\plugin\hwstatus\plugin.json
|
||||
2015-09-24 16:37:54.670 [FINE] PluginData : Plugin: HW Status(ver: 1.0)
|
||||
2015-09-24 16:37:54.676 [FINER] PluginData : Plugin interface: wa.server.plugin.WAStatus --> wa.server.plugin.hwstatus.HwStatus
|
||||
2015-09-24 16:37:54.678 [FINER] PluginData : Plugin interface: wa.server.plugin.WAStatus --> wa.server.plugin.hwstatus.HDDStatus
|
||||
2015-09-24 16:37:54.679 [FINER] PluginData : Plugin interface: wa.server.plugin.WAStatus --> wa.server.plugin.hwstatus.NetStatus
|
||||
2015-09-24 16:37:54.694 [FINE] PluginManager: Found plugin: C:\Users\ezivkoc\IdeaProjects\webadmin\.\src\wa\server\plugin\tomcat\plugin.json
|
||||
2015-09-24 16:37:54.695 [FINE] PluginData : Plugin: Apache Tomcat(ver: 1.0)
|
||||
2015-09-24 16:37:54.696 [FINER] PluginData : Plugin interface: wa.server.plugin.WAServiceStatus --> (Not Available) wa.server.plugin.tomcat.TomcatStatus
|
||||
2015-09-24 16:37:54.696 [FINER] PluginData : Plugin interface: wa.server.plugin.WAService --> (Not Available) wa.server.plugin.apache.TomcatService
|
||||
2015-09-24 16:37:54.729 [INFO] HttpServer : HTTP Server ready!
|
||||
|
|
@ -76,6 +64,18 @@
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="glyphicon glyphicon-console"></span>
|
||||
</a>
|
||||
<ul role="menu" class="dropdown-menu">
|
||||
<li>
|
||||
<pre class="pre-scrollable">
|
||||
|
||||
</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Ziver Koc</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue