Skip to content
Snippets Groups Projects
InfrastructureAddImage.html 886 B
Newer Older
trantzas's avatar
trantzas committed
<div class="page-header" >
	<div class="container">
		<div class="row">
			<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
				<h1 id="headerTitle">Add Image to Infrastructure</h1>
				<h2 id="headerTitle">{{portalinfrastructure.name}}</h2>				
				
				
				<form name="form" class="form-horizontal" role="form" ng-submit="updateInfrastructure()" id=addImageToVim">
					
					
					<div class="form-group">
						<label for="role" class="col-sm-2 control-label">Image</label>
						<div class="col-sm-10">
							<select class="form-control" ng-model="vfselectedimage" ng-options="vfimage.name for vfimage in vfimages" >
							</select>
						</div>
					</div>

					<div class="form-group">
						<div class="col-sm-offset-2 col-sm-10">
							<input class="btn btn-default" type="submit" value="Add" />
						</div>
					</div>
				</form>

			</div>
		</div>
	</div>
</div>