@profoundlogic/coderflow-server 0.8.8 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/coder-git-credential-helper +4 -1
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/slack-service.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -1
- package/dist/lib/task-context-usage.js +1 -1
- package/dist/lib/task-git-auth-errors.js +1 -0
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/slack.js +1 -1
- package/dist/routes/stats.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/docs/admin/automations.md +8 -7
- package/dist/web-ui/public/docs/code/files-and-editing.md +11 -0
- package/dist/web-ui/public/docs/docsify-proxy-helper.js +1 -1
- package/dist/web-ui/public/environments.html +19 -7
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +59 -2
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-client.transport-warning.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +20 -0
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(){const _0x41edf0={'docsMarker':'/docs/','lifecycleBound':![],'linkObserver':null,'ensureSubSidebarFrame':null,'ensureSubSidebarRetryTimer':null,'observing':![]};function _0x3619a0(){return _0x41edf0['docsMarker']||'/docs/';}function _0x389a49(_0x332e20){const _0x4ede28=_0x3619a0(),_0x2b64c5=_0x332e20['indexOf'](_0x4ede28);if(_0x2b64c5===-0x1)return _0x4ede28;return _0x332e20['slice'](0x0,_0x2b64c5+_0x4ede28['length']);}function _0x5485ed(){const _0x180ff0=window['location']['hash']||'#/',_0x163877=_0x180ff0['slice'](0x1)['split']('?')[0x0]||'/';return _0x163877['charAt'](0x0)==='/'?_0x163877:'/'+_0x163877;}function _0x39dd0a(){const _0x2c1556=_0x5485ed();return _0x2c1556['slice'](0x0,_0x2c1556['lastIndexOf']('/')+0x1)||'/';}function _0x285e65(){const _0x1fd3cd=window['location']['hash']||'#/',_0x29bf47=_0x1fd3cd['indexOf']('?');return new URLSearchParams(_0x29bf47===-0x1?'':_0x1fd3cd['slice'](_0x29bf47+0x1));}function _0x2d402b(){return _0x285e65()['get']('id');}function _0x15b389(_0x88e4a3){return typeof _0x88e4a3==='string'&&_0x88e4a3['indexOf']('#/')===0x0;}function _0x3998b3(_0x3e4917){return!_0x3e4917||_0x3e4917['charAt'](0x0)==='#'&&!_0x15b389(_0x3e4917)||_0x3e4917['startsWith']('javascript:')||_0x3e4917['startsWith']('mailto:')||_0x3e4917['startsWith']('tel:');}function _0x3d903d(_0x5e5de8){if(_0x3998b3(_0x5e5de8)||!/\.md(?:$|[?#])/i['test'](_0x5e5de8))return null;const _0x362c73=_0x389a49(window['location']['pathname']),_0x42f414=_0x39dd0a();let _0x4f4698='',_0x410386='',_0x812930='';if(/^(?:[a-z]+:)?\/\//i['test'](_0x5e5de8)){const _0x45df6a=new URL(_0x5e5de8,window['location']['href']);if(_0x45df6a['origin']!==window['location']['origin'])return null;_0x4f4698=_0x45df6a['pathname'],_0x410386=_0x45df6a['search'],_0x812930=_0x45df6a['hash'];}else{if(_0x5e5de8['charAt'](0x0)==='/'){const _0x54a779=new URL(_0x5e5de8,window['location']['origin']);_0x4f4698=_0x54a779['pathname'],_0x410386=_0x54a779['search'],_0x812930=_0x54a779['hash'];}else{const _0x21871f=_0x5e5de8['startsWith']('./')||_0x5e5de8['startsWith']('../')?'https://docsify.local'+_0x42f414:'https://docsify.local/',_0x5e0775=new URL(_0x5e5de8,_0x21871f);_0x4f4698=_0x5e0775['pathname'],_0x410386=_0x5e0775['search'],_0x812930=_0x5e0775['hash'];}}let _0x2813f5=null;if(_0x4f4698['startsWith'](_0x362c73))_0x2813f5=_0x4f4698['slice'](_0x362c73['length']-0x1);else{const _0x252c70=_0x4f4698['indexOf'](_0x3619a0());if(_0x252c70!==-0x1)_0x2813f5=_0x4f4698['slice'](_0x252c70+_0x3619a0()['slice'](0x0,-0x1)['length']);else _0x5e5de8['charAt'](0x0)!=='/'&&(_0x2813f5=_0x4f4698);}if(!_0x2813f5||!/\.md$/i['test'](_0x2813f5))return null;_0x2813f5=_0x2813f5['replace'](/\/README\.md$/i,'/'),_0x2813f5=_0x2813f5['replace'](/README\.md$/i,'/'),_0x2813f5=_0x2813f5['replace'](/\.md$/i,''),_0x2813f5=_0x2813f5||'/',_0x2813f5=_0x2813f5['charAt'](0x0)==='/'?_0x2813f5:'/'+_0x2813f5;const _0x16a173=new URLSearchParams(_0x410386);_0x812930&&_0x16a173['set']('id',decodeURIComponent(_0x812930['slice'](0x1)));const _0x3eb44c=_0x16a173['toString']();return'#'+_0x2813f5+(_0x3eb44c?'?'+_0x3eb44c:'');}function _0x395ba7(_0x2cadec){if(!_0x15b389(_0x2cadec))return null;const _0x25ef1d=_0x2cadec['slice'](0x1),_0xbec5cd=_0x25ef1d['indexOf']('?'),_0xa8f79b=_0xbec5cd===-0x1?_0x25ef1d:_0x25ef1d['slice'](0x0,_0xbec5cd),_0x4b6a13=_0xbec5cd===-0x1?'':_0x25ef1d['slice'](_0xbec5cd+0x1);if(!_0xa8f79b)return null;const _0x36b80e=new URL(_0xa8f79b,'https://docsify.local'+_0x39dd0a())['pathname'];return'#'+_0x36b80e+(_0x4b6a13?'?'+_0x4b6a13:'');}function _0x38a9d5(_0x137f00){if(_0x3998b3(_0x137f00))return null;if(_0x15b389(_0x137f00))return _0x395ba7(_0x137f00)||_0x137f00;return _0x3d903d(_0x137f00);}function _0x728e81(_0x368ce4){return String(_0x368ce4)['replace'](/&/g,'&')['replace'](/</g,'<')['replace'](/>/g,'>')['replace'](/"/g,'"')['replace'](/'/g,''');}function _0x13bfda(_0x5f01ea){const _0x44e1b7=_0x5f01ea['querySelector']('a.anchor');return _0x44e1b7?_0x44e1b7['textContent']['trim']():_0x5f01ea['textContent']['trim']();}function _0x3fe4ad(_0x4c9554){const _0x3143a7=String(_0x4c9554||'')['trim']();if(!_0x3143a7)return'section';if(window['Docsify']&&typeof window['Docsify']['slugify']==='function'){const _0x72ea02=window['Docsify']['slugify'](_0x3143a7);if(_0x72ea02)return _0x72ea02;}return _0x3143a7['toLowerCase']()['replace'](/[^\w\s-]/g,'')['replace'](/\s+/g,'-')['replace'](/-+/g,'-')['replace'](/^-|-$/g,'')||'section';}function _0x37d8fa(){const _0x47605f=Array['from'](document['querySelectorAll']('.markdown-section\x20h1,\x20.markdown-section\x20h2,\x20.markdown-section\x20h3,\x20.markdown-section\x20h4,\x20.markdown-section\x20h5,\x20.markdown-section\x20h6')),_0x3ac02a=new Set();return _0x47605f['forEach'](function(_0x139e3d){_0x139e3d['id']&&_0x3ac02a['add'](_0x139e3d['id']);}),_0x47605f['forEach'](function(_0x4079a9){if(_0x4079a9['id'])return;const _0x53ef24=_0x13bfda(_0x4079a9);if(!_0x53ef24)return;const _0x52d00f=_0x3fe4ad(_0x53ef24);let _0x576a07=_0x52d00f,_0x31ffb1=0x2;while(_0x3ac02a['has'](_0x576a07)){_0x576a07=_0x52d00f+'-'+_0x31ffb1,_0x31ffb1+=0x1;}_0x4079a9['id']=_0x576a07,_0x3ac02a['add'](_0x576a07);}),_0x47605f;}function _0x2a97f0(_0x2b668d){return Array['from'](_0x2b668d['children']||[])['find'](function(_0x2b3328){return _0x2b3328['classList']&&_0x2b3328['classList']['contains']('app-sub-sidebar');})||null;}function _0x5861e3(_0x56b11b){if(!_0x56b11b||_0x56b11b['nodeType']!==Node['ELEMENT_NODE'])return![];if(_0x56b11b['closest']&&_0x56b11b['closest']('.app-sub-sidebar[data-coderflow-managed=\x22true\x22]'))return![];return _0x56b11b['matches']&&_0x56b11b['matches']('.sidebar-nav,\x20.markdown-section')||_0x56b11b['closest']&&_0x56b11b['closest']('.sidebar-nav,\x20.markdown-section')||_0x56b11b['querySelector']&&_0x56b11b['querySelector']('.sidebar-nav,\x20.markdown-section');}function _0x1a36f9(){return _0x37d8fa()['filter'](function(_0x4c6047){return!!_0x4c6047['id'];});}function _0xc04305(_0x1b936d,_0x3757d9){const _0x11b5be=[],_0x3fc28a={};return _0x1b936d['forEach'](function(_0x2ebecd){const _0x50f6e6=_0x2ebecd['level']||0x1,_0x4dc966=_0x50f6e6-0x1;if(_0x50f6e6>_0x3757d9)return;_0x3fc28a[_0x4dc966]?_0x3fc28a[_0x4dc966]['children']=(_0x3fc28a[_0x4dc966]['children']||[])['concat'](_0x2ebecd):_0x11b5be['push'](_0x2ebecd),_0x3fc28a[_0x50f6e6]=_0x2ebecd;}),_0x11b5be;}function _0x2fa20c(_0x2222a7,_0x21a899,_0x5c78d3){if(!_0x2222a7['length'])return'';const _0x16d671=_0x5c78d3?'\x20class=\x22app-sub-sidebar\x22\x20data-coderflow-managed=\x22true\x22\x20data-coderflow-signature=\x22'+_0x728e81(_0x21a899)+'\x22':'\x20class=\x22app-sub-sidebar\x22';return'<ul'+_0x16d671+'>'+_0x2222a7['map'](function(_0x494011){const _0x51f952=_0x494011['children']?_0x2fa20c(_0x494011['children'],_0x21a899,![]):'';return'<li><a\x20class=\x22section-link\x22\x20href=\x22'+_0x728e81(_0x494011['slug'])+'\x22\x20title=\x22'+_0x728e81(_0x494011['title'])+'\x22>'+_0x728e81(_0x494011['title'])+'</a></li>'+_0x51f952;})['join']('')+'</ul>';}function _0x4aa8e1(){const _0x5dc2ee=Number(window['$docsify']&&window['$docsify']['subMaxLevel'])||0x0;if(!_0x5dc2ee)return{'html':'','signature':''};const _0x40d2b6=_0x1a36f9()['map'](function(_0x526822){const _0x236a56=_0x13bfda(_0x526822);if(!_0x236a56||!_0x526822['id'])return null;const _0x128371=_0x285e65();return _0x128371['set']('id',_0x526822['id']),{'level':Number['parseInt'](_0x526822['tagName']['slice'](0x1),0xa),'title':_0x236a56,'slug':'#'+_0x5485ed()+'?'+_0x128371['toString']()};})['filter'](Boolean);_0x40d2b6[0x0]&&_0x40d2b6[0x0]['level']===0x1&&_0x40d2b6['shift']();if(!_0x40d2b6['length'])return{'html':'','signature':''};const _0x4cfefd=_0x40d2b6['map'](function(_0x2c452d){return _0x2c452d['level']+'|'+_0x2c452d['slug']+'|'+_0x2c452d['title'];})['join']('||');return{'html':_0x2fa20c(_0xc04305(_0x40d2b6,_0x5dc2ee),_0x4cfefd,!![]),'signature':_0x4cfefd};}function _0x29224b(){const _0x125e95='#'+_0x5485ed();let _0x1c6604=null,_0x1a37eb=-0x1;return document['querySelectorAll']('.sidebar-nav\x20a[href]')['forEach'](function(_0x51c68c){if(_0x51c68c['closest']('.app-sub-sidebar'))return;const _0x8afd04=_0x38a9d5(_0x51c68c['getAttribute']('href'));if(!_0x8afd04)return;const _0xf8c311=_0x8afd04['split']('?')[0x0];if(_0xf8c311!==_0x125e95)return;_0xf8c311['length']>_0x1a37eb&&(_0x1c6604=_0x51c68c,_0x1a37eb=_0xf8c311['length']);}),_0x1c6604;}function _0x57fb00(_0x462162){const _0x414dd1=_0x462162&&_0x462162['parentElement'],_0x5d305c=_0x414dd1&&_0x2a97f0(_0x414dd1),_0x582e88='#'+_0x5485ed(),_0x34514f=_0x2d402b();if(!_0x5d305c)return;_0x5d305c['querySelectorAll']('li')['forEach'](function(_0x21c0b9){_0x21c0b9['classList']['remove']('active');});if(!_0x34514f)return;const _0x216391=Array['from'](_0x5d305c['querySelectorAll']('a.section-link[href]'))['find'](function(_0x42093d){const _0x1d0605=_0x42093d['getAttribute']('href')||'';if(_0x1d0605['charAt'](0x0)!=='#')return![];const _0x248203=_0x1d0605['indexOf']('?'),_0x5aeff8=_0x248203===-0x1?_0x1d0605:_0x1d0605['slice'](0x0,_0x248203);if(_0x5aeff8!==_0x582e88)return![];const _0x495e62=new URLSearchParams(_0x248203===-0x1?'':_0x1d0605['slice'](_0x248203+0x1));return _0x495e62['get']('id')===_0x34514f;});_0x216391&&_0x216391['parentElement']&&_0x216391['parentElement']['classList']['add']('active');}function _0x58d22f(){const _0x4f0f70=_0x29224b();if(!_0x4f0f70||!_0x4f0f70['parentElement'])return![];const _0x3d4af3=_0x4f0f70['parentElement'],_0x2aa4a2=_0x4aa8e1(),_0x5034ce=_0x2aa4a2['html'],_0x2904fe=_0x2aa4a2['signature'];document['querySelectorAll']('.sidebar-nav\x20li')['forEach'](function(_0x1c0df6){if(_0x1c0df6!==_0x3d4af3){const _0x4caff6=_0x2a97f0(_0x1c0df6);_0x4caff6&&_0x4caff6['remove']();}});const _0x3b08b3=_0x2a97f0(_0x3d4af3);if(!_0x5034ce)return _0x3b08b3&&_0x3b08b3['remove'](),!![];return _0x3b08b3?_0x3b08b3['getAttribute']('data-coderflow-signature')!==_0x2904fe&&(_0x3b08b3['outerHTML']=_0x5034ce):_0x4f0f70['insertAdjacentHTML']('afterend',_0x5034ce),_0x3d4af3['classList']['add']('active','open'),_0x3d4af3['classList']['remove']('collapse'),_0x57fb00(_0x4f0f70),!![];}function _0x395047(_0x5c40ca){const _0x9ade7f=Number['isInteger'](_0x5c40ca)?_0x5c40ca:0x8;_0x41edf0['ensureSubSidebarFrame']!==null&&window['cancelAnimationFrame'](_0x41edf0['ensureSubSidebarFrame']),_0x41edf0['ensureSubSidebarRetryTimer']!==null&&(window['clearTimeout'](_0x41edf0['ensureSubSidebarRetryTimer']),_0x41edf0['ensureSubSidebarRetryTimer']=null),_0x41edf0['ensureSubSidebarFrame']=window['requestAnimationFrame'](function(){_0x41edf0['ensureSubSidebarFrame']=null,_0x58d22f();if(_0x9ade7f<=0x0)return;const _0x21d80f=_0x29224b(),_0x21f3fa=_0x1a36f9(),_0x19ac69=_0x21d80f&&_0x21d80f['parentElement']&&_0x2a97f0(_0x21d80f['parentElement']);(!_0x21d80f||_0x21f3fa['length']>0x1&&!_0x19ac69)&&(_0x41edf0['ensureSubSidebarRetryTimer']=window['setTimeout'](function(){_0x395047(_0x9ade7f-0x1);},0x4b));});}function _0x477afd(_0x59125a){const _0x2aa503=_0x59125a||document,_0x351083=_0x2aa503['querySelectorAll']?_0x2aa503['querySelectorAll']('a[href]'):[];_0x351083['forEach'](function(_0x5b8f07){const _0x46a4cb=_0x38a9d5(_0x5b8f07['getAttribute']('href'));_0x46a4cb&&_0x46a4cb!==_0x5b8f07['getAttribute']('href')&&_0x5b8f07['setAttribute']('href',_0x46a4cb);});}function _0x378169(){return!_0x41edf0['linkObserver']&&(_0x41edf0['linkObserver']=new MutationObserver(function(_0x359cd3){let _0x14389b=![];_0x359cd3['forEach'](function(_0x1b9cd6){_0x1b9cd6['addedNodes']['forEach'](function(_0x2ccfc8){_0x2ccfc8['nodeType']===Node['ELEMENT_NODE']&&(_0x477afd(_0x2ccfc8),_0x5861e3(_0x2ccfc8)&&(_0x14389b=!![]));});}),_0x14389b&&_0x395047(0x2);})),_0x41edf0['linkObserver'];}function _0x5ca9fa(){_0x477afd(),_0x395047(),!_0x41edf0['observing']&&document['body']&&(_0x378169()['observe'](document['body'],{'childList':!![],'subtree':!![]}),_0x41edf0['observing']=!![]);}function _0x38dcbe(){if(_0x41edf0['lifecycleBound'])return;_0x41edf0['lifecycleBound']=!![],document['readyState']==='loading'?document['addEventListener']('DOMContentLoaded',_0x5ca9fa,{'once':!![]}):_0x5ca9fa(),window['addEventListener']('hashchange',function(){_0x395047();});}function _0x5a214b(){return function(_0x2ba27d){_0x2ba27d['doneEach'](function(){_0x477afd(),_0x395047();});};}function _0x248c70(_0x59736a){const _0x4f9a3c=_0x59736a&&typeof _0x59736a['docsMarker']==='string'?_0x59736a['docsMarker']:_0x41edf0['docsMarker'];_0x41edf0['docsMarker']=_0x4f9a3c;const _0x5d1dd5=_0x389a49(window['location']['pathname']);return window['__CODERFLOW_DOCS_BASE_PATH__']=_0x5d1dd5,window['__CODERFLOW_ENSURE_SUB_SIDEBAR__']=_0x58d22f,window['__CODERFLOW_SCHEDULE_SUB_SIDEBAR__']=_0x395047,window['__CODERFLOW_NORMALIZE_DOCS_LINKS__']=_0x477afd,_0x38dcbe(),_0x5d1dd5;}window['CoderflowDocsifyProxy']={'createDocsifyPlugin':_0x5a214b,'ensureSubSidebar':_0x58d22f,'getDocsBasePath':_0x389a49,'init':_0x248c70,'normalizeDocsLinks':_0x477afd,'scheduleEnsureSubSidebar':_0x395047};}());
|
|
1
|
+
(function(){const _0x166ae5={'docsMarker':'/docs/','lifecycleBound':![],'linkObserver':null,'ensureSubSidebarFrame':null,'ensureSubSidebarRetryTimer':null,'observing':![]};function _0x4abcda(){return _0x166ae5['docsMarker']||'/docs/';}function _0x3d8584(_0x3cbff8){const _0x485568=_0x4abcda(),_0x370a3c=_0x3cbff8['indexOf'](_0x485568);if(_0x370a3c===-0x1)return _0x485568;return _0x3cbff8['slice'](0x0,_0x370a3c+_0x485568['length']);}function _0x191127(){const _0x5e5731=window['location']['hash']||'#/',_0xbb1fb=_0x5e5731['slice'](0x1)['split']('?')[0x0]||'/';return _0xbb1fb['charAt'](0x0)==='/'?_0xbb1fb:'/'+_0xbb1fb;}function _0x51f1b9(){const _0x2a3936=_0x191127();return _0x2a3936['slice'](0x0,_0x2a3936['lastIndexOf']('/')+0x1)||'/';}function _0x59287b(){const _0x4219a7=window['location']['hash']||'#/',_0x46ff57=_0x4219a7['indexOf']('?');return new URLSearchParams(_0x46ff57===-0x1?'':_0x4219a7['slice'](_0x46ff57+0x1));}function _0x55cd37(){return _0x59287b()['get']('id');}function _0x74d320(_0x35d7b1){return typeof _0x35d7b1==='string'&&_0x35d7b1['indexOf']('#/')===0x0;}function _0x1fefba(_0x4390c8){return!_0x4390c8||_0x4390c8['charAt'](0x0)==='#'&&!_0x74d320(_0x4390c8)||_0x4390c8['startsWith']('javascript:')||_0x4390c8['startsWith']('mailto:')||_0x4390c8['startsWith']('tel:');}function _0x475430(_0x5f17a0){if(_0x1fefba(_0x5f17a0)||!/\.md(?:$|[?#])/i['test'](_0x5f17a0))return null;const _0x552828=_0x3d8584(window['location']['pathname']),_0x193c6b=_0x51f1b9();let _0x19d09d='',_0x2be890='',_0x52a225='';if(/^(?:[a-z]+:)?\/\//i['test'](_0x5f17a0)){const _0x460a78=new URL(_0x5f17a0,window['location']['href']);if(_0x460a78['origin']!==window['location']['origin'])return null;_0x19d09d=_0x460a78['pathname'],_0x2be890=_0x460a78['search'],_0x52a225=_0x460a78['hash'];}else{if(_0x5f17a0['charAt'](0x0)==='/'){const _0x123da4=new URL(_0x5f17a0,window['location']['origin']);_0x19d09d=_0x123da4['pathname'],_0x2be890=_0x123da4['search'],_0x52a225=_0x123da4['hash'];}else{const _0x2245fc=_0x5f17a0['startsWith']('./')||_0x5f17a0['startsWith']('../')?'https://docsify.local'+_0x193c6b:'https://docsify.local/',_0x32c669=new URL(_0x5f17a0,_0x2245fc);_0x19d09d=_0x32c669['pathname'],_0x2be890=_0x32c669['search'],_0x52a225=_0x32c669['hash'];}}let _0x22dee6=null;if(_0x19d09d['startsWith'](_0x552828))_0x22dee6=_0x19d09d['slice'](_0x552828['length']-0x1);else{const _0x3089b7=_0x19d09d['indexOf'](_0x4abcda());if(_0x3089b7!==-0x1)_0x22dee6=_0x19d09d['slice'](_0x3089b7+_0x4abcda()['slice'](0x0,-0x1)['length']);else _0x5f17a0['charAt'](0x0)!=='/'&&(_0x22dee6=_0x19d09d);}if(!_0x22dee6||!/\.md$/i['test'](_0x22dee6))return null;_0x22dee6=_0x22dee6['replace'](/\/README\.md$/i,'/'),_0x22dee6=_0x22dee6['replace'](/README\.md$/i,'/'),_0x22dee6=_0x22dee6['replace'](/\.md$/i,''),_0x22dee6=_0x22dee6||'/',_0x22dee6=_0x22dee6['charAt'](0x0)==='/'?_0x22dee6:'/'+_0x22dee6;const _0x50293e=new URLSearchParams(_0x2be890);_0x52a225&&_0x50293e['set']('id',decodeURIComponent(_0x52a225['slice'](0x1)));const _0x33b0ea=_0x50293e['toString']();return'#'+_0x22dee6+(_0x33b0ea?'?'+_0x33b0ea:'');}function _0x2e7002(_0x56041d){if(!_0x74d320(_0x56041d))return null;const _0x350833=_0x56041d['slice'](0x1),_0x15a724=_0x350833['indexOf']('?'),_0x2d4f1c=_0x15a724===-0x1?_0x350833:_0x350833['slice'](0x0,_0x15a724),_0x48ca37=_0x15a724===-0x1?'':_0x350833['slice'](_0x15a724+0x1);if(!_0x2d4f1c)return null;const _0x4720bc=new URL(_0x2d4f1c,'https://docsify.local'+_0x51f1b9())['pathname'];return'#'+_0x4720bc+(_0x48ca37?'?'+_0x48ca37:'');}function _0x50d6f8(_0x28c5ea){if(_0x1fefba(_0x28c5ea))return null;if(_0x74d320(_0x28c5ea))return _0x2e7002(_0x28c5ea)||_0x28c5ea;return _0x475430(_0x28c5ea);}function _0x2c15f4(_0x4833e2){return String(_0x4833e2)['replace'](/&/g,'&')['replace'](/</g,'<')['replace'](/>/g,'>')['replace'](/"/g,'"')['replace'](/'/g,''');}function _0x273dba(_0x3e8a79){const _0x1ccd03=_0x3e8a79['querySelector']('a.anchor');return _0x1ccd03?_0x1ccd03['textContent']['trim']():_0x3e8a79['textContent']['trim']();}function _0x403df9(_0x46c03c){const _0x50503d=String(_0x46c03c||'')['trim']();if(!_0x50503d)return'section';if(window['Docsify']&&typeof window['Docsify']['slugify']==='function'){const _0x5b919d=window['Docsify']['slugify'](_0x50503d);if(_0x5b919d)return _0x5b919d;}return _0x50503d['toLowerCase']()['replace'](/[^\w\s-]/g,'')['replace'](/\s+/g,'-')['replace'](/-+/g,'-')['replace'](/^-|-$/g,'')||'section';}function _0x306458(){const _0x28ec62=Array['from'](document['querySelectorAll']('.markdown-section\x20h1,\x20.markdown-section\x20h2,\x20.markdown-section\x20h3,\x20.markdown-section\x20h4,\x20.markdown-section\x20h5,\x20.markdown-section\x20h6')),_0x72727=new Set();return _0x28ec62['forEach'](function(_0x5e8a48){_0x5e8a48['id']&&_0x72727['add'](_0x5e8a48['id']);}),_0x28ec62['forEach'](function(_0x4aafd2){if(_0x4aafd2['id'])return;const _0x2949e9=_0x273dba(_0x4aafd2);if(!_0x2949e9)return;const _0xab8a0=_0x403df9(_0x2949e9);let _0x4734a2=_0xab8a0,_0x7e2bf4=0x2;while(_0x72727['has'](_0x4734a2)){_0x4734a2=_0xab8a0+'-'+_0x7e2bf4,_0x7e2bf4+=0x1;}_0x4aafd2['id']=_0x4734a2,_0x72727['add'](_0x4734a2);}),_0x28ec62;}function _0x5c90ae(_0x244b52){return Array['from'](_0x244b52['children']||[])['find'](function(_0x355438){return _0x355438['classList']&&_0x355438['classList']['contains']('app-sub-sidebar');})||null;}function _0x5ea447(_0x499a2f){if(!_0x499a2f||_0x499a2f['nodeType']!==Node['ELEMENT_NODE'])return![];if(_0x499a2f['closest']&&_0x499a2f['closest']('.app-sub-sidebar[data-coderflow-managed=\x22true\x22]'))return![];return _0x499a2f['matches']&&_0x499a2f['matches']('.sidebar-nav,\x20.markdown-section')||_0x499a2f['closest']&&_0x499a2f['closest']('.sidebar-nav,\x20.markdown-section')||_0x499a2f['querySelector']&&_0x499a2f['querySelector']('.sidebar-nav,\x20.markdown-section');}function _0x1030da(){return _0x306458()['filter'](function(_0x1ae8a1){return!!_0x1ae8a1['id'];});}function _0xa49269(_0x2d27a8,_0x4107de){const _0x5cd837=[],_0x2e225d={};return _0x2d27a8['forEach'](function(_0x5f93b3){const _0x57a234=_0x5f93b3['level']||0x1,_0x592d2a=_0x57a234-0x1;if(_0x57a234>_0x4107de)return;_0x2e225d[_0x592d2a]?_0x2e225d[_0x592d2a]['children']=(_0x2e225d[_0x592d2a]['children']||[])['concat'](_0x5f93b3):_0x5cd837['push'](_0x5f93b3),_0x2e225d[_0x57a234]=_0x5f93b3;}),_0x5cd837;}function _0x51f466(_0x3c7f19,_0x1c965b,_0x5d372f){if(!_0x3c7f19['length'])return'';const _0x5ea48d=_0x5d372f?'\x20class=\x22app-sub-sidebar\x22\x20data-coderflow-managed=\x22true\x22\x20data-coderflow-signature=\x22'+_0x2c15f4(_0x1c965b)+'\x22':'\x20class=\x22app-sub-sidebar\x22';return'<ul'+_0x5ea48d+'>'+_0x3c7f19['map'](function(_0x2b3b5a){const _0x3dbf12=_0x2b3b5a['children']?_0x51f466(_0x2b3b5a['children'],_0x1c965b,![]):'';return'<li><a\x20class=\x22section-link\x22\x20href=\x22'+_0x2c15f4(_0x2b3b5a['slug'])+'\x22\x20title=\x22'+_0x2c15f4(_0x2b3b5a['title'])+'\x22>'+_0x2c15f4(_0x2b3b5a['title'])+'</a></li>'+_0x3dbf12;})['join']('')+'</ul>';}function _0x5a3a3e(){const _0x5085ec=Number(window['$docsify']&&window['$docsify']['subMaxLevel'])||0x0;if(!_0x5085ec)return{'html':'','signature':''};const _0xaba6b4=_0x1030da()['map'](function(_0x344285){const _0x5ec817=_0x273dba(_0x344285);if(!_0x5ec817||!_0x344285['id'])return null;const _0x101e8c=_0x59287b();return _0x101e8c['set']('id',_0x344285['id']),{'level':Number['parseInt'](_0x344285['tagName']['slice'](0x1),0xa),'title':_0x5ec817,'slug':'#'+_0x191127()+'?'+_0x101e8c['toString']()};})['filter'](Boolean);_0xaba6b4[0x0]&&_0xaba6b4[0x0]['level']===0x1&&_0xaba6b4['shift']();if(!_0xaba6b4['length'])return{'html':'','signature':''};const _0x14ed37=_0xaba6b4['map'](function(_0x30b383){return _0x30b383['level']+'|'+_0x30b383['slug']+'|'+_0x30b383['title'];})['join']('||');return{'html':_0x51f466(_0xa49269(_0xaba6b4,_0x5085ec),_0x14ed37,!![]),'signature':_0x14ed37};}function _0x15957e(){const _0xfd0e05='#'+_0x191127();let _0x385ecc=null,_0x5b2b00=-0x1;return document['querySelectorAll']('.sidebar-nav\x20a[href]')['forEach'](function(_0x443b5f){if(_0x443b5f['closest']('.app-sub-sidebar'))return;const _0x126a47=_0x50d6f8(_0x443b5f['getAttribute']('href'));if(!_0x126a47)return;const _0x309dc7=_0x126a47['split']('?')[0x0];if(_0x309dc7!==_0xfd0e05)return;_0x309dc7['length']>_0x5b2b00&&(_0x385ecc=_0x443b5f,_0x5b2b00=_0x309dc7['length']);}),_0x385ecc;}function _0x369eed(_0x3e71af){const _0x397c5b=_0x3e71af&&_0x3e71af['parentElement'],_0x4ce7fa=_0x397c5b&&_0x5c90ae(_0x397c5b),_0x47c40a='#'+_0x191127(),_0x5a47e3=_0x55cd37();if(!_0x4ce7fa)return;_0x4ce7fa['querySelectorAll']('li')['forEach'](function(_0x49a22c){_0x49a22c['classList']['remove']('active');});if(!_0x5a47e3)return;const _0x935d88=Array['from'](_0x4ce7fa['querySelectorAll']('a.section-link[href]'))['find'](function(_0x45b8f5){const _0x5baf03=_0x45b8f5['getAttribute']('href')||'';if(_0x5baf03['charAt'](0x0)!=='#')return![];const _0x7fc11c=_0x5baf03['indexOf']('?'),_0x2e8cad=_0x7fc11c===-0x1?_0x5baf03:_0x5baf03['slice'](0x0,_0x7fc11c);if(_0x2e8cad!==_0x47c40a)return![];const _0x57f0cf=new URLSearchParams(_0x7fc11c===-0x1?'':_0x5baf03['slice'](_0x7fc11c+0x1));return _0x57f0cf['get']('id')===_0x5a47e3;});_0x935d88&&_0x935d88['parentElement']&&_0x935d88['parentElement']['classList']['add']('active');}function _0x4e4dbb(){const _0x143f6c=_0x15957e();if(!_0x143f6c||!_0x143f6c['parentElement'])return![];const _0x12ce1a=_0x143f6c['parentElement'],_0x4bcf9a=_0x5a3a3e(),_0x4c31d=_0x4bcf9a['html'],_0x247e4f=_0x4bcf9a['signature'];document['querySelectorAll']('.sidebar-nav\x20li')['forEach'](function(_0x1acfcd){if(_0x1acfcd!==_0x12ce1a){const _0x27ff90=_0x5c90ae(_0x1acfcd);_0x27ff90&&_0x27ff90['remove']();}});const _0x81eea7=_0x5c90ae(_0x12ce1a);if(!_0x4c31d)return _0x81eea7&&_0x81eea7['remove'](),!![];return _0x81eea7?_0x81eea7['getAttribute']('data-coderflow-signature')!==_0x247e4f&&(_0x81eea7['outerHTML']=_0x4c31d):_0x143f6c['insertAdjacentHTML']('afterend',_0x4c31d),_0x12ce1a['classList']['add']('active','open'),_0x12ce1a['classList']['remove']('collapse'),_0x369eed(_0x143f6c),!![];}function _0x589cc7(_0x53cd63){const _0x485c0a=Number['isInteger'](_0x53cd63)?_0x53cd63:0x8;_0x166ae5['ensureSubSidebarFrame']!==null&&window['cancelAnimationFrame'](_0x166ae5['ensureSubSidebarFrame']),_0x166ae5['ensureSubSidebarRetryTimer']!==null&&(window['clearTimeout'](_0x166ae5['ensureSubSidebarRetryTimer']),_0x166ae5['ensureSubSidebarRetryTimer']=null),_0x166ae5['ensureSubSidebarFrame']=window['requestAnimationFrame'](function(){_0x166ae5['ensureSubSidebarFrame']=null,_0x4e4dbb();if(_0x485c0a<=0x0)return;const _0x1ec8b8=_0x15957e(),_0x4c12ab=_0x1030da(),_0x4b0828=_0x1ec8b8&&_0x1ec8b8['parentElement']&&_0x5c90ae(_0x1ec8b8['parentElement']);(!_0x1ec8b8||_0x4c12ab['length']>0x1&&!_0x4b0828)&&(_0x166ae5['ensureSubSidebarRetryTimer']=window['setTimeout'](function(){_0x589cc7(_0x485c0a-0x1);},0x4b));});}function _0xcac0e4(_0x34a84a){const _0x2092d6=_0x34a84a||document,_0x1346b9=_0x2092d6['querySelectorAll']?_0x2092d6['querySelectorAll']('a[href]'):[];_0x1346b9['forEach'](function(_0x1ee4ca){const _0x3cbbcb=_0x50d6f8(_0x1ee4ca['getAttribute']('href'));_0x3cbbcb&&_0x3cbbcb!==_0x1ee4ca['getAttribute']('href')&&_0x1ee4ca['setAttribute']('href',_0x3cbbcb);});}function _0x3394e8(){return!_0x166ae5['linkObserver']&&(_0x166ae5['linkObserver']=new MutationObserver(function(_0xe9795a){let _0x2c2937=![];_0xe9795a['forEach'](function(_0x5c4209){_0x5c4209['addedNodes']['forEach'](function(_0x379b66){_0x379b66['nodeType']===Node['ELEMENT_NODE']&&(_0xcac0e4(_0x379b66),_0x5ea447(_0x379b66)&&(_0x2c2937=!![]));});}),_0x2c2937&&_0x589cc7(0x2);})),_0x166ae5['linkObserver'];}function _0x243542(){_0xcac0e4(),_0x589cc7(),!_0x166ae5['observing']&&document['body']&&(_0x3394e8()['observe'](document['body'],{'childList':!![],'subtree':!![]}),_0x166ae5['observing']=!![]);}function _0x1696d5(){if(_0x166ae5['lifecycleBound'])return;_0x166ae5['lifecycleBound']=!![],document['readyState']==='loading'?document['addEventListener']('DOMContentLoaded',_0x243542,{'once':!![]}):_0x243542(),window['addEventListener']('hashchange',function(){_0x589cc7();});}function _0x4a2218(){return function(_0x399232){_0x399232['doneEach'](function(){_0xcac0e4(),_0x589cc7();});};}function _0x4e3249(_0x3d1b5c){const _0x2d2f6b=_0x3d1b5c&&typeof _0x3d1b5c['docsMarker']==='string'?_0x3d1b5c['docsMarker']:_0x166ae5['docsMarker'];_0x166ae5['docsMarker']=_0x2d2f6b;const _0x5f2332=_0x3d8584(window['location']['pathname']);return window['__CODERFLOW_DOCS_BASE_PATH__']=_0x5f2332,window['__CODERFLOW_ENSURE_SUB_SIDEBAR__']=_0x4e4dbb,window['__CODERFLOW_SCHEDULE_SUB_SIDEBAR__']=_0x589cc7,window['__CODERFLOW_NORMALIZE_DOCS_LINKS__']=_0xcac0e4,_0x1696d5(),_0x5f2332;}window['CoderflowDocsifyProxy']={'createDocsifyPlugin':_0x4a2218,'ensureSubSidebar':_0x4e4dbb,'getDocsBasePath':_0x3d8584,'init':_0x4e3249,'normalizeDocsLinks':_0xcac0e4,'scheduleEnsureSubSidebar':_0x589cc7};}());
|
|
@@ -1133,14 +1133,14 @@
|
|
|
1133
1133
|
<th>Date</th>
|
|
1134
1134
|
<th>Trigger</th>
|
|
1135
1135
|
<th>Status</th>
|
|
1136
|
-
<th>
|
|
1136
|
+
<th id="automation-history-result-header">Result</th>
|
|
1137
1137
|
</tr>
|
|
1138
1138
|
</thead>
|
|
1139
1139
|
<tbody id="automation-history-body"></tbody>
|
|
1140
1140
|
</table>
|
|
1141
1141
|
</div>
|
|
1142
1142
|
<div class="automation-history-footer">
|
|
1143
|
-
<a id="automation-history-tasks-link" href="index.html" class="link-muted">View
|
|
1143
|
+
<a id="automation-history-tasks-link" href="index.html" class="link-muted">View automation results →</a>
|
|
1144
1144
|
</div>
|
|
1145
1145
|
</div>
|
|
1146
1146
|
</div>
|
|
@@ -1265,7 +1265,7 @@
|
|
|
1265
1265
|
<p id="automation-schedule-summary" class="automation-schedule-summary text-muted"></p>
|
|
1266
1266
|
</div>
|
|
1267
1267
|
|
|
1268
|
-
<div class="automation-form-section">
|
|
1268
|
+
<div class="automation-form-section" id="automation-agent-section">
|
|
1269
1269
|
<h4>Agent</h4>
|
|
1270
1270
|
<div class="form-row">
|
|
1271
1271
|
<label for="automation-agent-name">Agent</label>
|
|
@@ -1292,15 +1292,15 @@
|
|
|
1292
1292
|
</div>
|
|
1293
1293
|
|
|
1294
1294
|
<div class="automation-form-section">
|
|
1295
|
-
<h4>
|
|
1295
|
+
<h4>Run Configuration</h4>
|
|
1296
1296
|
|
|
1297
|
-
<div class="form-row">
|
|
1297
|
+
<div class="form-row" id="automation-task-name-row">
|
|
1298
1298
|
<label for="automation-task-name">Task Name Template</label>
|
|
1299
1299
|
<input type="text" id="automation-task-name" class="form-input" placeholder="Nightly Audit - {{date}}">
|
|
1300
1300
|
</div>
|
|
1301
1301
|
|
|
1302
1302
|
<div class="form-row">
|
|
1303
|
-
<label>
|
|
1303
|
+
<label>Run Target</label>
|
|
1304
1304
|
<div class="radio-group">
|
|
1305
1305
|
<label class="radio-option">
|
|
1306
1306
|
<input type="radio" name="automation-task-mode" value="instructions" checked>
|
|
@@ -1308,7 +1308,11 @@
|
|
|
1308
1308
|
</label>
|
|
1309
1309
|
<label class="radio-option">
|
|
1310
1310
|
<input type="radio" name="automation-task-mode" value="template">
|
|
1311
|
-
<span>
|
|
1311
|
+
<span>Task template</span>
|
|
1312
|
+
</label>
|
|
1313
|
+
<label class="radio-option">
|
|
1314
|
+
<input type="radio" name="automation-task-mode" value="deployment">
|
|
1315
|
+
<span>Deployment profile</span>
|
|
1312
1316
|
</label>
|
|
1313
1317
|
</div>
|
|
1314
1318
|
</div>
|
|
@@ -1321,6 +1325,14 @@
|
|
|
1321
1325
|
<div id="automation-template-params" class="automation-template-params"></div>
|
|
1322
1326
|
</div>
|
|
1323
1327
|
|
|
1328
|
+
<div id="automation-deployment-row" hidden>
|
|
1329
|
+
<div class="form-row">
|
|
1330
|
+
<label for="automation-deployment-profile">Deployment Profile</label>
|
|
1331
|
+
<select id="automation-deployment-profile" class="form-input"></select>
|
|
1332
|
+
</div>
|
|
1333
|
+
<div id="automation-deployment-params" class="automation-template-params"></div>
|
|
1334
|
+
</div>
|
|
1335
|
+
|
|
1324
1336
|
<div id="automation-instructions-row" class="form-row">
|
|
1325
1337
|
<label id="automation-instructions-label" for="automation-instructions">Instructions</label>
|
|
1326
1338
|
<textarea id="automation-instructions" class="form-textarea" rows="5" placeholder="What should the agent do?"></textarea>
|