portainer/app/docker/views
George Cheng c559b6b55c fix(container-creation): Fix bad env in container creation (#2996)
Currently we are using RegExp `/\=(.+)/` to catch key-value
of environment variables, which could not match empty-value
environment variables such as `KEY=`.

This commit will change the RegExp to `/\=(.*)/`, which
matches the empty values.
2019-11-01 16:15:33 +13:00
..
configs feat(datatables): auto refresh on datatables (#2974) 2019-07-22 12:54:59 +02:00
containers fix(container-creation): Fix bad env in container creation (#2996) 2019-11-01 16:15:33 +13:00
dashboard feat(dashboard): use plural form only when required 2018-11-25 09:46:13 +13:00
events refactor(app): introduce webpack and babel (#2407) 2019-03-21 18:46:49 +13:00
host feat(extensions): introduce RBAC extension (#2900) 2019-05-24 18:04:58 +12:00
images feat(datatables): auto refresh on datatables (#2974) 2019-07-22 12:54:59 +02:00
networks feat(networks): group networks for swarm endpoints (#3028) 2019-08-12 16:26:44 +02:00
nodes feat(node-details): move engine labels from node-details panel to engine-details panel (#2966) 2019-06-25 11:22:45 +12:00
secrets feat(datatables): auto refresh on datatables (#2974) 2019-07-22 12:54:59 +02:00
services fix(services): mounted volumes are now persisted and displayed correctly (#3114) 2019-09-10 10:57:36 +12:00
swarm feat(swarmvisualizer): add labels display under node info (#2886) 2019-08-13 17:38:04 +02:00
tasks refactor(app): introduce webpack and babel (#2407) 2019-03-21 18:46:49 +13:00
volumes feat(settings): add new settings to disable volume browser (#3239) 2019-10-08 13:17:58 +13:00