Initial cluster render now inline
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
||||
</message>
|
||||
|
||||
<message id="Lms.Explore.template.cluster-entry">
|
||||
<span class="badge {1}">${<if-can-delete>}<i class="fa fa-times-circle"></i>${</if-can-delete>} ${name}</span>
|
||||
<span class="badge {1}">${<if-can-delete>}<i class="fa fa-times-circle"></i>${</if-can-delete>}${name}</span>
|
||||
</message>
|
||||
|
||||
<message id="Lms.Explore.template.add-filter">
|
||||
|
||||
@@ -206,6 +206,7 @@ LmsApplication::createCluster(Database::Cluster::pointer cluster, bool canDelete
|
||||
|
||||
res->setStyleClass("Lms-cluster");
|
||||
res->setToolTip(cluster->getType()->getName(), Wt::TextFormat::Plain);
|
||||
res->setInline(true);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user