You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDash currently supports managing subprojects via the UI, as well as
Project.xml uploads. This PR removes the manual UI-based subproject
management features. Going forward, the only way to define subprojects
and their dependencies is via uploading a Project.xml.
<selectclass="dependency_selector form-control" name="dependency_selection_{{details.subprojectid}}" ng-model="dependencySelection" ng-options="avail as avail.name for avail in details.available_dependencies | orderBy:'name'">
0 commit comments