Added database settings view

This commit is contained in:
emeric
2018-03-03 17:23:28 +01:00
parent 4b20f713f3
commit 529055d432
11 changed files with 506 additions and 31 deletions
-4
View File
@@ -127,10 +127,6 @@ int main(int argc, char* argv[])
Scanner::MediaScanner scanner(*connectionPool);
// Instanciate the updater's event handler. Order is important
// dbUpdater.registerEventHandler(std::make_shared<Database::FeatureExtractor>());
// dbUpdater.registerEventHandler(std::make_shared<Database::HighLevelCluster>());
// bind entry point
server.addEntryPoint(Wt::Application, boost::bind(UserInterface::LmsApplication::create,
_1, boost::ref(*connectionPool)));