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'; }