cleaning up botched merges from og-work

This commit is contained in:
Oliver Gorwits
2013-08-23 06:47:25 +01:00
parent 73d2fffc35
commit 753133b394
4 changed files with 1 additions and 23 deletions

View File

@@ -20,10 +20,6 @@ BEGIN {
dir($FindBin::RealBin, 'lib')->stringify; dir($FindBin::RealBin, 'lib')->stringify;
} }
if ($ENV{_} and $ENV{_} =~ m/netdisco-web-fg$/) {
die "You probably want: '~/bin/localenv starman $0 --workers=1 --disable-keepalive'\n";
}
use App::Netdisco; use App::Netdisco;
use Dancer; use Dancer;
debug sprintf "App::Netdisco %s", ($App::Netdisco::VERSION || 'HEAD'); debug sprintf "App::Netdisco %s", ($App::Netdisco::VERSION || 'HEAD');

View File

@@ -65,8 +65,6 @@ __PACKAGE__->add_columns(
{ data_type => "integer", is_nullable => 1 }, { data_type => "integer", is_nullable => 1 },
"snmp_comm", "snmp_comm",
{ data_type => "text", is_nullable => 1 }, { data_type => "text", is_nullable => 1 },
"snmp_comm_rw",
{ data_type => "text", is_nullable => 1 },
"snmp_class", "snmp_class",
{ data_type => "text", is_nullable => 1 }, { data_type => "text", is_nullable => 1 },
"vtp_domain", "vtp_domain",

View File

@@ -13,21 +13,7 @@
<th class="nd_center-cell">User</th> <th class="nd_center-cell">User</th>
<th class="nd_center-cell">Started</th> <th class="nd_center-cell">Started</th>
<th class="nd_center-cell">Finished</th> <th class="nd_center-cell">Finished</th>
<th class="nd_center-cell"> <th class="nd_center-cell">Action</th>
<div class="btn-group">
<button class="btn dropdown-toggle" data-toggle="dropdown">
Action
<span class="caret"></span>
</button>
<ul class="dropdown-menu nd_no-min-width">
<li>
<a class="nd_adminbutton" name="delall" href="#">
<i class="icon-trash text-error"></i> Empty Queue
</a>
</li>
</ul>
</div>
</th>
</tr> </tr>
</thead> </thead>
</tbody> </tbody>

2
TODO
View File

@@ -23,8 +23,6 @@ CORE
DOCS DOCS
==== ====
* missing user management ("User Rights")
* Scheduler * Scheduler
* Discover/Refresh jobs * Discover/Refresh jobs
* new X:: plugin namespace * new X:: plugin namespace