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 5d719b8e513d9711cf823f9928f81f848ac5475a Author: Benjamin <poussin@codelutin.com> Date: Tue Jun 2 22:28:15 2020 +0200 on force la base sur une machine a 2 cpu --- docker/docker-compose.yml | 1 + web/src/views/Preferences.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 2f5b12e..9ace5fa 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -30,6 +30,7 @@ services: placement: constraints: - node.labels.function==saas + - 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 66ef911..034106c 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> + <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. <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>.