mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Update client valid tag regex
This commit is contained in:
@@ -7,7 +7,7 @@ import { keyedColorScheme } from "utils/color";
|
||||
|
||||
// Valid tag regex. The basic format here is a tag name with optional subtags
|
||||
// separated by a period, and then an optional value after a colon.
|
||||
export const VALID_TAG_RE = /^([^\s.:])+(.[^\s.:]+)*(:[^\s.:]+)?$/;
|
||||
export const VALID_TAG_RE = /^([^\s.:])+(\.[^\s.:]+)*(:\S+)?$/;
|
||||
|
||||
export class TagModel {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user