remove md parts

This commit is contained in:
alexfriesen
2016-06-08 19:18:22 +02:00
parent 82ce29d182
commit 66098b02bf
3 changed files with 15 additions and 12 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
<div ng-controller="ConsoleController" id="ConsoleController">
<div id="vertical-container" style="height: 600px" class="Output scrollable">
<div style="height: 600px" class="Output scrollable">
<div ng-repeat="line in Output" ng-class="line.Class">{{line.Message}}</div>
</div>
<form ng-submit="SubmitCommand()" class="md-inline-form">
<form ng-submit="SubmitCommand()">
<input type="text" class="form-control" ng-model="Command" ng-keyup="KeyUp($event)" />
</form>