| Index: appengine/config_service/ui/src/config-ui/front-page.html
|
| diff --git a/appengine/config_service/ui/src/config-ui/front-page.html b/appengine/config_service/ui/src/config-ui/front-page.html
|
| index f8ca57546e536347e4b0255a363b0423c1223ab9..9744eb267f5d04ad642efb4d75f44b39626ea8a1 100644
|
| --- a/appengine/config_service/ui/src/config-ui/front-page.html
|
| +++ b/appengine/config_service/ui/src/config-ui/front-page.html
|
| @@ -145,6 +145,7 @@
|
| this.configSetList = event.detail.response.config_sets;
|
| this._updateSearchResults();
|
| this.isLoading = false;
|
| + this.fire('processedConfigSets');
|
| },
|
|
|
| _not: function(b) {
|
|
|