]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Improve NFS Pseudo pattern message 28320/head
authorTiago Melo <tmelo@suse.com>
Wed, 17 Apr 2019 16:46:47 +0000 (16:46 +0000)
committerTiago Melo <tmelo@suse.com>
Thu, 30 May 2019 14:13:27 +0000 (14:13 +0000)
Fixes: http://tracker.ceph.com/issues/39327
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit 6f3f8f158e447a3c2797c6ba5e9d60e732263601)

src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html

index 44a4ace01978d153749d4c20ae66e0a510051b4d..e3effc8a525168c7629c5b4fe7673e506c125773 100644 (file)
                   i18n>Required field</span>
             <span class="help-block"
                   *ngIf="nfsForm.showError('pseudo', formDir, 'pattern')"
-                  i18n>Wrong format</span>
+                  i18n>Pseudo needs to start with a '/' and can't contain any of the following: >, <, |, &, ( or ).</span>
           </div>
         </div>