Add a tooltip for each tag

This commit is contained in:
emeric
2018-05-24 13:39:46 +02:00
parent db24d339c3
commit ee966448ce
+1
View File
@@ -184,6 +184,7 @@ LmsApplication::createCluster(Database::Cluster::pointer cluster, bool canDelete
res->setCondition("if-can-delete", canDelete);
res->setStyleClass("Lms-cluster");
res->setToolTip(cluster->getType()->getName(), Wt::TextFormat::Plain);
return res;
}