From c19b19d494ec9ee3382a6638d134088a5eb460e6 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Tue, 25 Jun 2019 18:45:57 -0300 Subject: [PATCH] fix function --- src/app/botonera/botonera.component.ts | 4 ++++ src/etc/AppSetings.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/botonera/botonera.component.ts b/src/app/botonera/botonera.component.ts index 81b3a09..473f150 100644 --- a/src/app/botonera/botonera.component.ts +++ b/src/app/botonera/botonera.component.ts @@ -11,4 +11,8 @@ export class AppBotonera { botones = new BotonServiceService().getBotones(); paginas = [1]; + showTerminal() { + alert('No disponible aún'); + } + } diff --git a/src/etc/AppSetings.ts b/src/etc/AppSetings.ts index 4be5f56..5366258 100644 --- a/src/etc/AppSetings.ts +++ b/src/etc/AppSetings.ts @@ -1,3 +1,3 @@ export class AppSetings { - public static END_POINT='http://localhost:6060/gateway-debo'; + public static END_POINT='http://10.231.45.234:6060/gateway-debo'; } -- 1.9.1