mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
clean repo
This commit is contained in:
@@ -34,4 +34,4 @@
|
||||
|
||||
You can browse all the components at the following address:
|
||||
|
||||
http://devproducts.alfresco.me/
|
||||
http://devproducts.alfresco.com/
|
||||
|
@@ -1,2 +0,0 @@
|
||||
service_name: travis-pro
|
||||
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio
|
@@ -1,2 +0,0 @@
|
||||
service_name: travis-pro
|
||||
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio
|
@@ -1,2 +0,0 @@
|
||||
service_name: travis-pro
|
||||
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio
|
@@ -124,7 +124,7 @@ class DocumentListDemo implements OnInit {
|
||||
translation: AlfrescoTranslationService,
|
||||
documentActions: DocumentActionsService) {
|
||||
|
||||
settings.host = 'http://192.168.99.100:8080';
|
||||
settings.host = 'http://myalfrescoip';
|
||||
translation.addTranslationFolder();
|
||||
documentActions.setHandler('my-handler', this.myDocumentActionHandler.bind(this));
|
||||
}
|
||||
|
@@ -11,7 +11,7 @@ Update host and credentials
|
||||
**src/main.ts**
|
||||
```ts
|
||||
login() {
|
||||
let host = 'http://192.168.99.100:8080';
|
||||
let host = 'http://myalfrescoip';
|
||||
let credentials = { "userId": "admin", "password": "admin" };
|
||||
...
|
||||
}
|
||||
|
@@ -1,2 +0,0 @@
|
||||
service_name: travis-pro
|
||||
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio
|
@@ -104,7 +104,7 @@ export class AppComponent {
|
||||
|
||||
constructor(public auth: AlfrescoAuthenticationService,
|
||||
alfrescoSettingsService: AlfrescoSettingsService) {
|
||||
alfrescoSettingsService.host = 'http://192.168.99.100:8080';
|
||||
alfrescoSettingsService.host = 'http://myalfrescoip';
|
||||
}
|
||||
|
||||
mySuccessMethod($event) {
|
||||
|
@@ -1,2 +0,0 @@
|
||||
service_name: travis-pro
|
||||
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio
|
@@ -123,7 +123,7 @@ class SearchDemo implements OnInit {
|
||||
|
||||
authenticated: boolean;
|
||||
|
||||
host: string = 'http://192.168.99.100:8080';
|
||||
host: string = 'http://myalfrescoip';
|
||||
|
||||
constructor(
|
||||
private authService: AlfrescoAuthenticationService,
|
||||
|
@@ -1,2 +0,0 @@
|
||||
service_name: travis-pro
|
||||
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio
|
@@ -1,2 +0,0 @@
|
||||
service_name: travis-pro
|
||||
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio
|
Reference in New Issue
Block a user