From 131e5312c3c6b612ea2b329ff558bcc1f6875da9 Mon Sep 17 00:00:00 2001 From: Andy Cooper Date: Mon, 24 Sep 2018 12:22:39 -0400 Subject: [PATCH] Move some msgs to deployment specific funcs --- messages/messages.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/messages/messages.go b/messages/messages.go index 16dd47264..1da4bb7be 100644 --- a/messages/messages.go +++ b/messages/messages.go @@ -46,15 +46,9 @@ var ( COMPOSE_LINK_WEBSERVER = "Airflow Webserver: http://localhost:8080/admin/" COMPOSE_LINK_POSTGRES = "Postgres Database: localhost:5432/postgres" - EE_LINK_AIRFLOW = "Airflow Dashboard: https://%s-airflow.%s" - EE_LINK_FLOWER = "Flower Dashboard: https://%s-flower.%s" - HOUSTON_BASIC_AUTH_DISABLED = "Basic authentication is disabled, conact administrator or defer back to oAuth" HOUSTON_DEPLOYMENT_HEADER = "Authenticated to %s \n\n" HOUSTON_DEPLOYING_PROMPT = "Deploying: %s\n" - HOUSTON_DEPLOYMENT_CREATE_SUCCESS = "Successfully created %s\n" - HOUSTON_DEPLOYMENT_DELETE_SUCCESS = "Successfully deleted %s\n" - HOUSTON_DEPLOYMENT_UPDATE_SUCCESS = "Successfully updated deployment %s" HOUSTON_NO_DEPLOYMENTS_ERROR = "No airflow deployments found" HOUSTON_SELECT_DEPLOYMENT_PROMPT = "Select which airflow deployment you want to deploy to:" HOUSTON_OAUTH_REDIRECT = "Please visit the following URL, authenticate and paste token in next prompt\n"