From 47b28e12e8fd9cef08b19e509c2475c4ffad39f3 Mon Sep 17 00:00:00 2001 From: zhuyj17 Date: Fri, 24 Nov 2017 15:13:26 +0800 Subject: [PATCH] add description into quota editing. --- web/templates/settings.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/templates/settings.html b/web/templates/settings.html index 99ebd6c..c585f84 100644 --- a/web/templates/settings.html +++ b/web/templates/settings.html @@ -185,11 +185,12 @@
{% if quota['name'] == 'vnode' %} - Only 2^n - 3 is legal. Any other value will be reset to the nearest 2^n - 3. + Only 2^n - 3 are legal. Any other value will be reset to the nearest 2^n - 3. {% endif %}
{% endfor %} + *: The update of vnode, input_rate_limit and output_rate_limit will take effect when a user deletes all his/her workpsaces.