mesos / mr-redis

Redis on Apache Mesos
Apache License 2.0
127 stars 32 forks source link

Mr-Redis UI single instance create successfully when name is null #63

Open zousheng opened 7 years ago

zousheng commented 7 years ago

When I tried to create a single redis instance and didn't intput any field, just click "CREATE" button, it will create a redis with name as null, the request url is v1/CREATE/null/32/1/0, the instance name field actually is required, but it seems not working as expected. Maybe the front end and backend need to change for this null check?

zousheng commented 7 years ago

Raised a pr for this issue, https://github.com/mesos/mr-redis/pull/64.