PLT-6595 (Client): Elasticsearch indexing system console UI (#6991)

* PLT-6595: System Console for Elasticsearch Job Management.

* Fixing UI issues

* Fixing colors

* ESLint Fixes.

* Update test snapshots.

* Fixing cancel button

* Fix review comments.

* Config capitalisation.

* Review fixes.
Этот коммит содержится в:
George Goldberg
2017-08-01 13:11:29 +01:00
коммит произвёл GitHub
родитель 25a2013890
Коммит 00e8b6621a
14 изменённых файлов: 626 добавлений и 22 удалений

Просмотреть файл

@@ -79,7 +79,7 @@ func (watcher *Watcher) PollAndNotify() {
default:
}
}
} else if js.Type == model.JOB_TYPE_SEARCH_INDEXING {
} else if js.Type == model.JOB_TYPE_ELASTICSEARCH_POST_INDEXING {
if watcher.workers.ElasticsearchIndexing != nil {
select {
case watcher.workers.ElasticsearchIndexing.JobChannel() <- j: