Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
e1da06ce
Commit
e1da06ce
authored
Mar 03, 2017
by
Open Source Developer
Browse files
changes
parent
b1353277
Changes
8
Hide whitespace changes
Inline
Side-by-side
drupal/modules/epaldeploysystem/config/install/views.view.coursefields.yml
View file @
e1da06ce
uuid
:
761245c9-c12c-4bad-baae-b6659bdcd614
langcode
:
el
status
:
true
dependencies
:
...
...
drupal/modules/epaldeploysystem/config/install/views.view.coursesectorlist.yml
View file @
e1da06ce
uuid
:
de8212d8-4c94-4132-bb3d-8761c9746d82
langcode
:
el
status
:
true
dependencies
:
...
...
drupal/modules/epaldeploysystem/config/install/views.view.coursesperschool.yml
View file @
e1da06ce
uuid
:
1cff8f27-9685-419a-a482-2005548b23f4
langcode
:
el
status
:
true
dependencies
:
...
...
drupal/modules/epaldeploysystem/config/install/views.view.regional_epal.yml
View file @
e1da06ce
uuid
:
18e12b86-cc8a-4fec-8006-d8b1c9965d0a
langcode
:
el
status
:
true
dependencies
:
...
...
drupal/modules/epaldeploysystem/config/install/views.view.sectorlist.yml
View file @
e1da06ce
uuid
:
7f4711bc-7dc6-447b-bb8e-4093837c6665
langcode
:
el
status
:
true
dependencies
:
...
...
drupal/modules/epaldeploysystem/config/install/views.view.sectorsperschool.yml
View file @
e1da06ce
uuid
:
303db0c1-04ad-4087-882e-7d487988017e
langcode
:
el
status
:
true
dependencies
:
...
...
source/app.settings.ts
View file @
e1da06ce
export
class
AppSettings
{
public
static
get
API_ENDPOINT
():
string
{
// return 'http://localhost/angular/eepal-front/drupal';
return
'
http://localhost/drupal
'
;
return
'
http://localhost/
angular/eepal-front/
drupal
'
;
// return 'http://eepal.dev/drupal';
// return 'http://eduslim2.minedu.gov.gr/drupal';
}
...
...
source/components/home.ts
View file @
e1da06ce
...
...
@@ -16,7 +16,7 @@ import { AppSettings } from '../app.settings';
selector
:
'
home
'
,
template
:
`
<div>
<form [formGroup]="formGroup" method = "POST" action="http://
eepal.dev
/drupal/oauth/login" #form>
<form [formGroup]="formGroup" method = "POST" action="http://
localhost/angular/eepal-front
/drupal/oauth/login" #form>
<!-- <input type="hidden" name="X-oauth-enabled" value="true"> -->
<div *ngFor="let loginInfoToken$ of loginInfo$ | async; let i=index">
<div class="row">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment