diff --git a/app/admin_components/adf-services/dreamfactory-services.js b/app/admin_components/adf-services/dreamfactory-services.js index be49dcc6..975db7a6 100644 --- a/app/admin_components/adf-services/dreamfactory-services.js +++ b/app/admin_components/adf-services/dreamfactory-services.js @@ -798,8 +798,8 @@ angular.module('dfServices', ['ngRoute', 'dfUtility']) "group": "SSO" }, { "name": "ibmdb2", - "label": "IBM DB2", - "description": "Database service supporting IBM DB2 SQL connections.", + "label": "IBM Db2", + "description": "Database service supporting IBM Db2 SQL connections.", "group": "Database" }, { "name": "informix", diff --git a/dist/admin_components/adf-admins/views/df-manage-admins.html b/dist/admin_components/adf-admins/views/df-manage-admins.html index 3aaf4963..9cbfcc17 100644 --- a/dist/admin_components/adf-admins/views/df-manage-admins.html +++ b/dist/admin_components/adf-admins/views/df-manage-admins.html @@ -1 +1 @@ -
{{field.label}}
{{obj.record.id}} {{obj.record.email}} {{obj.record.name}} {{obj.record.first_name}} {{obj.record.last_name}} {{obj.record.is_active}} {{obj.record.confirm_msg}}
\ No newline at end of file +
{{field.label}}
{{obj.record.id}} {{obj.record.email}} {{obj.record.name}} {{obj.record.first_name}} {{obj.record.last_name}} {{obj.record.is_active}} {{obj.record.confirm_msg}}
\ No newline at end of file diff --git a/dist/admin_components/adf-apps/views/df-manage-apps.html b/dist/admin_components/adf-apps/views/df-manage-apps.html index 65022ad1..aa1cfc0d 100644 --- a/dist/admin_components/adf-apps/views/df-manage-apps.html +++ b/dist/admin_components/adf-apps/views/df-manage-apps.html @@ -1 +1 @@ -
{{field.label}}
{{value}}   {{value.name}} {{value}}
\ No newline at end of file +
{{field.label}}
{{value}}   {{value.name}} {{value}}
\ No newline at end of file diff --git a/dist/admin_components/adf-launchpad/views/df-app-group.html b/dist/admin_components/adf-launchpad/views/df-app-group.html index c7254a08..f201cf8e 100644 --- a/dist/admin_components/adf-launchpad/views/df-app-group.html +++ b/dist/admin_components/adf-launchpad/views/df-app-group.html @@ -1 +1 @@ -

{{appGroup.name}}

{{appGroup.description}}

\ No newline at end of file +

{{appGroup.name}}

{{appGroup.description}}

\ No newline at end of file diff --git a/dist/admin_components/adf-limit/views/df-manage-limits.html b/dist/admin_components/adf-limit/views/df-manage-limits.html index 287b7ae8..73f3310e 100644 --- a/dist/admin_components/adf-limit/views/df-manage-limits.html +++ b/dist/admin_components/adf-limit/views/df-manage-limits.html @@ -22,6 +22,6 @@ - -->
{{field.label}}
{{obj.record.id}} {{obj.record.name}} {{obj.record.type}} {{obj.record.rate + ' / ' + obj.record.period}}
{{field.label}}
{{obj.record.id}} {{obj.record.name}} {{obj.record.type}} {{obj.record.rate + ' / ' + obj.record.period}}
{{ obj.record.limit_cache_by_limit_id[0].attempts + ' / ' + obj.record.limit_cache_by_limit_id[0].max }}
{{obj.record.user_by_user_id.name}} {{obj.record.service_by_service_id.name}} {{obj.record.role_by_role_id.name }} Active Inactive

This feature requires a DreamFactory GOLD product subscription.

Email sales@dreamfactory.com or call +1-415-612-8958 for pricing information.
\ No newline at end of file + 'progress-bar-danger' : obj.record.limit_cache_by_limit_id[0].percent >= 90 }" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: {{ obj.record.limit_cache_by_limit_id[0].percent }}%">
{{ obj.record.limit_cache_by_limit_id[0].attempts + ' / ' + obj.record.limit_cache_by_limit_id[0].max }}
{{obj.record.user_by_user_id.name}} {{obj.record.service_by_service_id.name}} {{obj.record.role_by_role_id.name }} Active Inactive

This feature requires a DreamFactory GOLD product subscription.

Email sales@dreamfactory.com or call +1-415-612-8958 for pricing information.
\ No newline at end of file diff --git a/dist/admin_components/adf-package-manager/views/df-import-package.html b/dist/admin_components/adf-package-manager/views/df-import-package.html index 72ca6635..04d0b773 100644 --- a/dist/admin_components/adf-package-manager/views/df-import-package.html +++ b/dist/admin_components/adf-package-manager/views/df-import-package.html @@ -1 +1 @@ -
(Optional)
\ No newline at end of file +
(Optional)
\ No newline at end of file diff --git a/dist/admin_components/adf-package-manager/views/df-select-content.html b/dist/admin_components/adf-package-manager/views/df-select-content.html index 509cae6c..08cc418f 100644 --- a/dist/admin_components/adf-package-manager/views/df-select-content.html +++ b/dist/admin_components/adf-package-manager/views/df-select-content.html @@ -1 +1 @@ -
Nothing to export
{{component.record.display_label}} {{component.record.first_name}} {{component.record.last_name}}
\ No newline at end of file +
Nothing to export
{{component.record.display_label}} {{component.record.first_name}} {{component.record.last_name}}
\ No newline at end of file diff --git a/dist/admin_components/adf-package-manager/views/df-select-folder.html b/dist/admin_components/adf-package-manager/views/df-select-folder.html index eec126be..a32af2ba 100644 --- a/dist/admin_components/adf-package-manager/views/df-select-folder.html +++ b/dist/admin_components/adf-package-manager/views/df-select-folder.html @@ -1 +1 @@ -
{{ publicFilePath }}
  • {{ publicPathNote }}
    \ No newline at end of file +
    {{ publicFilePath }}
  • {{ publicPathNote }}
    \ No newline at end of file diff --git a/dist/admin_components/adf-roles/views/df-assign-lookup-keys.html b/dist/admin_components/adf-roles/views/df-assign-lookup-keys.html index 1c3780f7..01c1bf08 100644 --- a/dist/admin_components/adf-roles/views/df-assign-lookup-keys.html +++ b/dist/admin_components/adf-roles/views/df-assign-lookup-keys.html @@ -1,4 +1,4 @@
    Name Value Private

    No lookup keys for this role. Click the plus button to add.

     
    \ No newline at end of file + -->
    Name Value Private

    No lookup keys for this role. Click the plus button to add.

     
    \ No newline at end of file diff --git a/dist/admin_components/adf-roles/views/df-manage-roles.html b/dist/admin_components/adf-roles/views/df-manage-roles.html index 04a3cb88..dccb20b6 100644 --- a/dist/admin_components/adf-roles/views/df-manage-roles.html +++ b/dist/admin_components/adf-roles/views/df-manage-roles.html @@ -3,4 +3,4 @@ Select All - --> {{field.label}}
    {{value}}
    \ No newline at end of file + --> {{field.label}}
    {{value}}
    \ No newline at end of file diff --git a/dist/admin_components/adf-roles/views/df-service-access.html b/dist/admin_components/adf-roles/views/df-service-access.html index a319d25b..80c6b9e2 100644 --- a/dist/admin_components/adf-roles/views/df-service-access.html +++ b/dist/admin_components/adf-roles/views/df-service-access.html @@ -2,4 +2,4 @@ ng-show="serviceAccess.__dfUI.allowFilters && serviceAccess.__dfUI.show_filters && service_access.filters.length>0"> String values should be single or double quoted. - -->
    {{serviceAccess.record.filter_op}}
    \ No newline at end of file + -->
    {{serviceAccess.record.filter_op}}
    \ No newline at end of file diff --git a/dist/admin_components/adf-schema/views/df-table-create-view.html b/dist/admin_components/adf-schema/views/df-table-create-view.html index ca1357cf..21aef299 100644 --- a/dist/admin_components/adf-schema/views/df-table-create-view.html +++ b/dist/admin_components/adf-schema/views/df-table-create-view.html @@ -1 +1 @@ -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/dist/admin_components/adf-schema/views/df-table-edit-view.html b/dist/admin_components/adf-schema/views/df-table-edit-view.html index 25d78cd3..46873f74 100644 --- a/dist/admin_components/adf-schema/views/df-table-edit-view.html +++ b/dist/admin_components/adf-schema/views/df-table-edit-view.html @@ -1 +1 @@ -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/dist/admin_components/adf-schema/views/df-upload-schema.html b/dist/admin_components/adf-schema/views/df-upload-schema.html index 7a1442ad..03979e28 100644 --- a/dist/admin_components/adf-schema/views/df-upload-schema.html +++ b/dist/admin_components/adf-schema/views/df-upload-schema.html @@ -1 +1 @@ -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/dist/admin_components/adf-scripts/views/script-sidebar-menu.html b/dist/admin_components/adf-scripts/views/script-sidebar-menu.html index d80e5ab3..6cb16ba0 100644 --- a/dist/admin_components/adf-scripts/views/script-sidebar-menu.html +++ b/dist/admin_components/adf-scripts/views/script-sidebar-menu.html @@ -1 +1 @@ -

    Import a script file
    From Desktop: 
    From GitHub:   

    Link to a service
    Service:
    Repository:
    Branch/Tag:
    Path:
    \ No newline at end of file +

    Import a script file
    From Desktop: 
    From GitHub:   

    Link to a service
    Service:
    Repository:
    Branch/Tag:
    Path:
    \ No newline at end of file diff --git a/dist/admin_components/adf-services/views/df-manage-services.html b/dist/admin_components/adf-services/views/df-manage-services.html index b7a38474..7754791e 100644 --- a/dist/admin_components/adf-services/views/df-manage-services.html +++ b/dist/admin_components/adf-services/views/df-manage-services.html @@ -1 +1 @@ -
    {{field.label}}
    {{value}}
    \ No newline at end of file +
    {{field.label}}
    {{value}}
    \ No newline at end of file diff --git a/dist/admin_components/adf-services/views/df-service-config.html b/dist/admin_components/adf-services/views/df-service-config.html index 453f1abd..0465dc68 100644 --- a/dist/admin_components/adf-services/views/df-service-config.html +++ b/dist/admin_components/adf-services/views/df-service-config.html @@ -1 +1 @@ -
  • The IP address for your DreamFactory instance is {{ apiData.environment.server.ip }}. If you have trouble accessing your service through DreamFactory make sure the service allows connections from this IP address.
    Service: Repository: Branch/Tag: Path:
    Values
    {{ part.label }}
    {{ field.object.key.label }} {{ field.object.value.label }}

    This feature requires a DreamFactory {{selectedSchema.subscription_required}} product subscription.

    Email sales@dreamfactory.com or call +1-415-612-8958 for pricing information.
    \ No newline at end of file +
  • The IP address for your DreamFactory instance is {{ apiData.environment.server.ip }}. If you have trouble accessing your service through DreamFactory make sure the service allows connections from this IP address.
    Service: Repository: Branch/Tag: Path:
    Values
    {{ part.label }}
    {{ field.object.key.label }} {{ field.object.value.label }}

    This feature requires a DreamFactory {{selectedSchema.subscription_required}} product subscription.

    Email sales@dreamfactory.com or call +1-415-612-8958 for pricing information.
    \ No newline at end of file diff --git a/dist/admin_components/adf-services/views/df-service-definition.html b/dist/admin_components/adf-services/views/df-service-definition.html index 7d9ada44..448c0351 100644 --- a/dist/admin_components/adf-services/views/df-service-definition.html +++ b/dist/admin_components/adf-services/views/df-service-definition.html @@ -1 +1 @@ -

    This feature requires a DreamFactory {{selectedSchema.subscription_required}} product subscription.

    Email sales@dreamfactory.com or call +1-415-612-8958 for pricing information.
    \ No newline at end of file +

    This feature requires a DreamFactory {{selectedSchema.subscription_required}} product subscription.

    Email sales@dreamfactory.com or call +1-415-612-8958 for pricing information.
    \ No newline at end of file diff --git a/dist/admin_components/adf-system-config/views/system-info.html b/dist/admin_components/adf-system-config/views/system-info.html index a019dfb6..dce6f418 100644 --- a/dist/admin_components/adf-system-config/views/system-info.html +++ b/dist/admin_components/adf-system-config/views/system-info.html @@ -1 +1 @@ -

    DreamFactory Instance

    License Level: {{systemEnv.platform.license}}

    DreamFactory Version: {{systemEnv.platform.version}}

    System Database: {{systemEnv.platform.db_driver}}

    Sqlite Storage: {{systemEnv.platform.sqlite_storage}}

    Install Path: {{systemEnv.platform.install_path}}

    Log Path: {{systemEnv.platform.log_path}}

    Log Mode: {{systemEnv.platform.log_mode}}

    Log Level: {{systemEnv.platform.log_level}}

    Cache Driver: {{systemEnv.platform.cache_driver}}

    Cache Path: {{systemEnv.platform.cache_path}}

    Demo: {{systemEnv.platform.bitnami_demo}}

    Installed Packages
    Error: {{systemEnv.platform.packages.error}}
    Name Version
    {{pkg.name}} {{pkg.version}}

     

    Server

    Operating System: {{systemEnv.server.server_os}}

    Release: {{systemEnv.server.release}}

    Version: {{systemEnv.server.version}}

    Host: {{systemEnv.server.host}}

    IP Address: {{systemEnv.server.ip}}

    Machine: {{systemEnv.server.machine}}

    PHP Version: {{systemEnv.php.core.php_version}}

    PHP Server API: {{systemEnv.php.general.server_api}}

     

    Client

    User Agent: {{systemEnv.client.user_agent}}

    IP Address: {{systemEnv.client.ip_address}}

    Locale: {{systemEnv.client.locale}}

     

    \ No newline at end of file +

    DreamFactory Instance

    License Level: {{systemEnv.platform.license}}

    DreamFactory Version: {{systemEnv.platform.version}}

    System Database: {{systemEnv.platform.db_driver}}

    Sqlite Storage: {{systemEnv.platform.sqlite_storage}}

    Install Path: {{systemEnv.platform.install_path}}

    Log Path: {{systemEnv.platform.log_path}}

    Log Mode: {{systemEnv.platform.log_mode}}

    Log Level: {{systemEnv.platform.log_level}}

    Cache Driver: {{systemEnv.platform.cache_driver}}

    Cache Path: {{systemEnv.platform.cache_path}}

    Demo: {{systemEnv.platform.bitnami_demo}}

    Installed Packages
    Error: {{systemEnv.platform.packages.error}}
    Name Version
    {{pkg.name}} {{pkg.version}}

     

    Server

    Operating System: {{systemEnv.server.server_os}}

    Release: {{systemEnv.server.release}}

    Version: {{systemEnv.server.version}}

    Host: {{systemEnv.server.host}}

    IP Address: {{systemEnv.server.ip}}

    Machine: {{systemEnv.server.machine}}

    PHP Version: {{systemEnv.php.core.php_version}}

    PHP Server API: {{systemEnv.php.general.server_api}}

     

    Client

    User Agent: {{systemEnv.client.user_agent}}

    IP Address: {{systemEnv.client.ip_address}}

    Locale: {{systemEnv.client.locale}}

     

    \ No newline at end of file diff --git a/dist/admin_components/adf-table/views/create-record.html b/dist/admin_components/adf-table/views/create-record.html index e08c5eaa..a032104c 100644 --- a/dist/admin_components/adf-table/views/create-record.html +++ b/dist/admin_components/adf-table/views/create-record.html @@ -1 +1 @@ -

    \ No newline at end of file +

    \ No newline at end of file diff --git a/dist/admin_components/adf-table/views/dreamfactory-table.html b/dist/admin_components/adf-table/views/dreamfactory-table.html index a8fa2f0f..e9ab5a06 100644 --- a/dist/admin_components/adf-table/views/dreamfactory-table.html +++ b/dist/admin_components/adf-table/views/dreamfactory-table.html @@ -1 +1 @@ -

    No input service detected.

    {{field.label}}
    {{value}}

    No records found.

    Visible Fields

    {{field.label}}

    \ No newline at end of file +

    No input service detected.

    {{field.label}}
    {{value}}

    No records found.

    Visible Fields

    {{field.label}}

    \ No newline at end of file diff --git a/dist/admin_components/adf-table/views/edit-record.html b/dist/admin_components/adf-table/views/edit-record.html index ccb0873a..5fe0f6a3 100644 --- a/dist/admin_components/adf-table/views/edit-record.html +++ b/dist/admin_components/adf-table/views/edit-record.html @@ -1 +1 @@ -

    \ No newline at end of file +

    \ No newline at end of file diff --git a/dist/admin_components/adf-users/views/df-manage-users.html b/dist/admin_components/adf-users/views/df-manage-users.html index 79031aec..ea44883d 100644 --- a/dist/admin_components/adf-users/views/df-manage-users.html +++ b/dist/admin_components/adf-users/views/df-manage-users.html @@ -1 +1 @@ -
    {{field.label}}
    {{obj.record.id}} {{obj.record.email}} {{obj.record.name}} {{obj.record.first_name}} {{obj.record.last_name}} {{obj.record.is_active}} {{obj.record.confirm_msg}}
    \ No newline at end of file +
    {{field.label}}
    {{obj.record.id}} {{obj.record.email}} {{obj.record.name}} {{obj.record.first_name}} {{obj.record.last_name}} {{obj.record.is_active}} {{obj.record.confirm_msg}}
    \ No newline at end of file diff --git a/dist/admin_components/adf-utility/views/df-db-function-use-picker.html b/dist/admin_components/adf-utility/views/df-db-function-use-picker.html index 09bb91e7..9f2fcfb7 100644 --- a/dist/admin_components/adf-utility/views/df-db-function-use-picker.html +++ b/dist/admin_components/adf-utility/views/df-db-function-use-picker.html @@ -1 +1 @@ -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/dist/admin_components/adf-utility/views/df-file-certificate.html b/dist/admin_components/adf-utility/views/df-file-certificate.html index e9d5cab3..76d0ea6e 100644 --- a/dist/admin_components/adf-utility/views/df-file-certificate.html +++ b/dist/admin_components/adf-utility/views/df-file-certificate.html @@ -1 +1 @@ -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/dist/admin_components/adf-utility/views/df-multi-picklist.html b/dist/admin_components/adf-utility/views/df-multi-picklist.html index 079a17d2..9f5f0e80 100644 --- a/dist/admin_components/adf-utility/views/df-multi-picklist.html +++ b/dist/admin_components/adf-utility/views/df-multi-picklist.html @@ -1 +1 @@ -
    {{legend}}
    \ No newline at end of file +
    {{legend}}
    \ No newline at end of file diff --git a/dist/admin_components/adf-utility/views/df-popup-login.html b/dist/admin_components/adf-utility/views/df-popup-login.html index 9c4bf9a2..6b35a8c5 100644 --- a/dist/admin_components/adf-utility/views/df-popup-login.html +++ b/dist/admin_components/adf-utility/views/df-popup-login.html @@ -1 +1 @@ -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/dist/admin_components/adf-utility/views/df-progress-bar.html b/dist/admin_components/adf-utility/views/df-progress-bar.html index 1c26a639..fdee564c 100644 --- a/dist/admin_components/adf-utility/views/df-progress-bar.html +++ b/dist/admin_components/adf-utility/views/df-progress-bar.html @@ -1 +1 @@ -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/dist/admin_components/adf-utility/views/df-requestor-picker.html b/dist/admin_components/adf-utility/views/df-requestor-picker.html index dab6253a..d443d7fe 100644 --- a/dist/admin_components/adf-utility/views/df-requestor-picker.html +++ b/dist/admin_components/adf-utility/views/df-requestor-picker.html @@ -1 +1 @@ -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/dist/admin_components/adf-utility/views/df-verb-picker.html b/dist/admin_components/adf-utility/views/df-verb-picker.html index 7c7fcd81..48b108db 100644 --- a/dist/admin_components/adf-utility/views/df-verb-picker.html +++ b/dist/admin_components/adf-utility/views/df-verb-picker.html @@ -1 +1 @@ -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 1c6a03f4..bc267a12 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,8 +1,8 @@ DreamFactory