Quellcode durchsuchen

AMBARI-17957. Remove Falcon UI Quick Link (alexantonenko)

Alex Antonenko vor 9 Jahren
Ursprung
Commit
adfb708236

+ 0 - 35
ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json

@@ -1,35 +0,0 @@
-{
-  "name": "default",
-  "description": "default quick links configuration",
-  "configuration": {
-    "protocol":
-    {
-      "type":"https",
-      "checks":[
-        {
-          "property":"*.falcon.enableTLS",
-          "desired":"true",
-          "site":"falcon-startup.properties"
-        }
-      ]
-    },
-
-    "links": [
-      {
-        "name": "falcon_web_ui",
-        "label": "Falcon Web UI",
-        "requires_user_name": "true",
-        "component_name": "FALCON_SERVER",
-        "url":"%@://%@:%@/index.html?user.name=%@",
-        "port":{
-          "http_property": "falcon_port",
-          "http_default_port": "15000",
-          "https_property": "falcon_port",
-          "https_default_port": "15443",
-          "regex": "^(\\d+)$",
-          "site": "falcon-env"
-        }
-      }
-    ]
-  }
-}