This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit f6d44def97ebaa1651ce26ebe91458bd278f1f78 Author: Benjamin <poussin@codelutin.com> Date: Tue Jun 2 22:34:36 2020 +0200 == et non pas = pour l'egalité :( --- docker/docker-compose.yml | 2 +- web/src/views/Preferences.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 9ace5fa..f03e596 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -30,7 +30,7 @@ services: placement: constraints: - node.labels.function==saas - - node.labels.hosttype=s1-8 + - node.labels.hosttype==s1-8 resources: # limits: # cpus: '0.60' diff --git a/web/src/views/Preferences.vue b/web/src/views/Preferences.vue index 034106c..3939760 100644 --- a/web/src/views/Preferences.vue +++ b/web/src/views/Preferences.vue @@ -1,7 +1,7 @@ <template> <div class="preferences"> <div>{{ errorMsg }}</div> - <a :href="bookmarkletAdd">bookmarklet add</a>Add this link to your toolbar browser to easily add bookmark. Select some text in page, and click on it, in your toolbar browser. + <a :href="bookmarkletAdd">bookmarklet add</a> Drag and drop this link to your toolbar browser. To bookmark page, select some text in page, and click on it, in your toolbar browser. <MaxResultEditor></MaxResultEditor> <MaxTagInCloudEditor></MaxTagInCloudEditor> <Actions :actions="user.actions"></Actions> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.