File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1736,7 +1736,7 @@ function f_remove_self(id)
1736
1736
<div class="form-group">
1737
1737
<label for="ldap_uri" class="control-label col-sm-2">LDAP URI:</label>
1738
1738
<div class="col-sm-5">
1739
- <input id="ldap_uri" name="ldap_uri" class="form-control" type="text" value="ldap://dc-01.contoso.com ldap://dc-02.contoso.com:389 ldaps://dc-03.contoso.com" />
1739
+ <input id="ldap_uri" name="ldap_uri" class="form-control" type="text" value="ldap://dc-01.contoso.com ldap://dc-02.contoso.com:389 ldaps://dc-03.contoso.com" placeholder="ldap://dc-01.contoso.com ldap://dc-02.contoso.com:389 ldaps://dc-03.contoso.com" />
1740
1740
</div>
1741
1741
</div>
1742
1742
<div class="form-group">
@@ -1771,7 +1771,7 @@ function f_remove_self(id)
1771
1771
<div class="form-group">
1772
1772
<label for="scorch_url" class="control-label col-sm-2">WebSvc URL:</label>
1773
1773
<div class="col-sm-5">
1774
- <input id="scorch_url" name="scorch_url" class="form-control" type="text" value="http://srv-scorch-01.contoso.com:81/Orchestrator2012/Orchestrator.svc" />
1774
+ <input id="scorch_url" name="scorch_url" class="form-control" type="text" value="http://srv-scorch-01.contoso.com:81/Orchestrator2012/Orchestrator.svc" placeholder="http://srv-scorch-01.contoso.com:81/Orchestrator2012/Orchestrator.svc" />
1775
1775
</div>
1776
1776
</div>
1777
1777
<div class="form-group">
@@ -1801,7 +1801,7 @@ function f_remove_self(id)
1801
1801
<div class="form-group">
1802
1802
<label for="scorch2022_url" class="control-label col-sm-2">API URL:</label>
1803
1803
<div class="col-sm-5">
1804
- <input id="scorch2022_url" name="scorch2022_url" class="form-control" type="text" value="https://srv-scorch-02.contoso.com:8443/api" />
1804
+ <input id="scorch2022_url" name="scorch2022_url" class="form-control" type="text" value="https://srv-scorch-02.contoso.com:8443/api" placeholder="https://srv-scorch-02.contoso.com:8443/api" />
1805
1805
</div>
1806
1806
</div>
1807
1807
<div class="form-group">
@@ -1831,7 +1831,7 @@ function f_remove_self(id)
1831
1831
<div class="form-group">
1832
1832
<label for="awx_url" class="control-label col-sm-2">AWX URL:</label>
1833
1833
<div class="col-sm-5">
1834
- <input id="awx_url" name="awx_url" class="form-control" type="text" value="https://awx.contoso.com" />
1834
+ <input id="awx_url" name="awx_url" class="form-control" type="text" value="https://awx.contoso.com" placeholder="https://awx.contoso.com" />
1835
1835
</div>
1836
1836
</div>
1837
1837
<div class="form-group">
Original file line number Diff line number Diff line change 60
60
'SyncPlaybooks ' => 'Sync Ansible palybooks ' ,
61
61
'SyncRunbooks2022 ' => 'Sync folders, runbooks and activities from Orchestrator 2022 ' ,
62
62
'SyncJobs2022 ' => 'Sync jobs from Orchestrator 2022 (too slow) ' ,
63
- 'SyncRunbooks ' => 'Sync folders, runbooks and activities from Orchestrator ' ,
64
- 'SyncJobs ' => 'Sync jobs from Orchestrator (too slow) ' ,
63
+ 'SyncRunbooks ' => 'Sync folders, runbooks and activities from Orchestrator 2016 ' ,
64
+ 'SyncJobs ' => 'Sync jobs from Orchestrator 2016 (too slow) ' ,
65
65
'SyncJobsAnsible ' => 'Sync jobs from Ansible (too slow) ' ,
66
66
'UsageExample ' => 'Usage example ' ,
67
67
'CurrentUserToken ' => 'Current user token ' ,
Original file line number Diff line number Diff line change 60
60
'SyncPlaybooks ' => 'Синхронизировать плейбуки из Ansible ' ,
61
61
'SyncRunbooks2022 ' => 'Синхронизировать папки, ранбуки и активности из Orchestrator 2022 ' ,
62
62
'SyncJobs2022 ' => 'Синхронизировать задания из Orchestrator 2022 (очень длительный процесс) ' ,
63
- 'SyncRunbooks ' => 'Синхронизировать папки, ранбуки и активности из Orchestrator ' ,
64
- 'SyncJobs ' => 'Синхронизировать задания из Orchestrator (очень длительный процесс) ' ,
63
+ 'SyncRunbooks ' => 'Синхронизировать папки, ранбуки и активности из Orchestrator 2016 ' ,
64
+ 'SyncJobs ' => 'Синхронизировать задания из Orchestrator 2016 (очень длительный процесс) ' ,
65
65
'SyncJobsAnsible ' => 'Синхронизировать задания из Ansible (очень длительный процесс) ' ,
66
66
'UsageExample ' => 'Пример использования ' ,
67
67
'CurrentUserToken ' => 'Токен текущего пользователя ' ,
Original file line number Diff line number Diff line change @@ -866,7 +866,7 @@ public function sync()
866
866
" ,
867
867
$ folder ['guid ' ],
868
868
$ folder_pid ,
869
- empty ($ folder ['name ' ]) ? (($ folder ['guid ' ] === '00000000-0000-0000-0000-000000000000 ' ) ? 'Orchestrator ' : '(undefined folder name) ' ) : $ folder ['name ' ],
869
+ empty ($ folder ['name ' ]) ? (($ folder ['guid ' ] === '00000000-0000-0000-0000-000000000000 ' ) ? 'Orchestrator 2016 ' : '(undefined folder name) ' ) : $ folder ['name ' ],
870
870
RBF_TYPE_SCO
871
871
)))
872
872
{
@@ -889,7 +889,7 @@ public function sync()
889
889
LIMIT 1
890
890
" ,
891
891
$ folder_pid ,
892
- empty ($ folder ['name ' ]) ? (($ folder ['guid ' ] === '00000000-0000-0000-0000-000000000000 ' ) ? 'Orchestrator ' : '(undefined folder name) ' ) : $ folder ['name ' ],
892
+ empty ($ folder ['name ' ]) ? (($ folder ['guid ' ] === '00000000-0000-0000-0000-000000000000 ' ) ? 'Orchestrator 2016 ' : '(undefined folder name) ' ) : $ folder ['name ' ],
893
893
$ folder_id
894
894
));
895
895
}
You can’t perform that action at this time.
0 commit comments