Commit 09f295f531038c1b805caa99ff7ec014ff1731ad

Authored by Eric Fernandez

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !7
src/app/botonera/botonera.component.ts
... ... @@ -11,4 +11,8 @@ export class AppBotonera {
11 11 botones = new BotonServiceService().getBotones();
12 12 paginas = [1];
13 13  
  14 + showTerminal() {
  15 + alert('No disponible aún');
  16 + }
  17 +
14 18 }
src/etc/AppSetings.ts
1 1 export class AppSetings {
2   - public static END_POINT='http://localhost:6060/gateway-debo';
  2 + public static END_POINT='http://10.231.45.234:6060/gateway-debo';
3 3 }