Newer
Older
<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">New Service Specification</h1>
<h4>Service Specification offers characteristics to describe a type of service. Functionally, it acts as a template by which Services may be instantiated. By sharing the same specification, these services would therefore share the same set of characteristics.</h4>
<form class="form-horizontal" name="form" role="form" ng-submit="addSpec()" id="addSpecForm">
<div class="form-group">
<label for="spec.name" class="col-sm-2 control-label">Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" ng-model="spec.name" value="" placeholder="enter a name for your Service Specification" required/>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<input class="btn btn-default" type="submit" value="Create Service Specification" />
</div>
</div>
</form>
</div>
</div>
</div>
</div>