Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/logs/stores/state.js')
-rw-r--r--app/assets/javascripts/logs/stores/state.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/javascripts/logs/stores/state.js b/app/assets/javascripts/logs/stores/state.js
index 11185c9ccf1..fbe6589dd84 100644
--- a/app/assets/javascripts/logs/stores/state.js
+++ b/app/assets/javascripts/logs/stores/state.js
@@ -31,6 +31,16 @@ export default () => ({
},
/**
+ * Managed apps list information
+ */
+ managedApps: {
+ options: [],
+ isLoading: false,
+ current: null,
+ fetchError: false,
+ },
+
+ /**
* Logs including trace
*/
logs: {