badges on client list and install instructions after clicking native DL

This commit is contained in:
Bruno Windels
2020-12-01 12:04:11 +01:00
parent 8659594c22
commit fcf1087eaf
10 changed files with 129 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export class ClientListView extends TemplateView {
const clients = vm.clients.map(clientViewModel => t.view(new ClientView(clientViewModel)));
return t.div({className: "ClientListView"}, [
t.h3("You need an app to continue"),
t.ul({className: "ClientListView"}, clients)
t.div({className: "ClientListView"}, clients)
]);
}
}