zuul/web/src
Mohammed Naser b226cffc5a ui: convert all spaces to commas for filter
We replace all spaces by commas when filtering the status page, however,
due to the fact we don't use the `g` flag, it only splits the first
value and stops after the first one.

This patch adds the `g` flag to the regex so that all of the spaces are
replaced by commas when filtering.

Change-Id: I9b9cd33a7067fd00415e2ae1634e340a6df46749
2020-02-21 15:11:53 +01:00
..
actions web: link to index.html if index_links is set 2020-02-19 09:01:02 +01:00
containers ui: convert all spaces to commas for filter 2020-02-21 15:11:53 +01:00
images Revert "Revert "web: rewrite interface in react"" 2018-10-06 10:42:31 -05:00
pages web: humanize time durations 2020-02-04 13:23:38 +01:00
reducers Merge "web: add buildset page" 2019-08-09 12:15:46 +00:00
App.jsx web: add OpenAPI documentation 2019-06-12 22:35:13 +02:00
App.test.jsx Return store object instead of a function 2019-06-17 16:26:12 +02:00
api.js web: add buildset page 2019-08-08 22:20:39 +00:00
index.css web: humanize time durations 2020-02-04 13:23:38 +01:00
index.js Return store object instead of a function 2019-06-17 16:26:12 +02:00
registerServiceWorker.js Disable service workers by default 2019-02-05 17:23:24 +00:00
routes.js web: add buildset page 2019-08-08 22:20:39 +00:00
store.js Return store object instead of a function 2019-06-17 16:26:12 +02:00