@@ -47,7 +47,7 @@ <h2 class="page-title">New Subscription</h2>
47
47
< tr >
48
48
< td > Message Timeout (ms)</ td >
49
49
< td >
50
- < input type ="text " ng-model ="messageTimeoutMilliseconds " class ="form-table " name ="messageTimeoutMilliseconds " />
50
+ < input type ="number " min =" 0 " ng-model ="messageTimeoutMilliseconds " class ="form-table " name ="messageTimeoutMilliseconds " />
51
51
</ td >
52
52
</ tr >
53
53
< tr >
@@ -61,49 +61,49 @@ <h2 class="page-title">New Subscription</h2>
61
61
< tr >
62
62
< td > Max Retry Count</ td >
63
63
< td >
64
- < input type ="text " ng-model ="maxRetryCount " class ="form-table " name ="maxRetryCount " />
64
+ < input type ="number " min =" 0 " ng-model ="maxRetryCount " class ="form-table " name ="maxRetryCount " />
65
65
</ td >
66
66
</ tr >
67
67
< tr >
68
68
< td > Live Buffer Size</ td >
69
69
< td >
70
- < input type ="text " ng-model ="liveBufferSize " class ="form-table " name ="liveBufferSize " />
70
+ < input type ="number " min =" 0 " ng-model ="liveBufferSize " class ="form-table " name ="liveBufferSize " />
71
71
</ td >
72
72
</ tr >
73
73
< tr >
74
74
< td > Buffer Size</ td >
75
75
< td >
76
- < input type ="text " ng-model ="bufferSize " class ="form-table " name ="bufferSize " />
76
+ < input type ="number " min =" 0 " ng-model ="bufferSize " class ="form-table " name ="bufferSize " />
77
77
</ td >
78
78
</ tr >
79
79
< tr >
80
80
< td > Read Batch Size</ td >
81
81
< td >
82
- < input type ="text " ng-model ="readBatchSize " class ="form-table " name ="readBatchSize " />
82
+ < input type ="number " min =" 0 " ng-model ="readBatchSize " class ="form-table " name ="readBatchSize " />
83
83
</ td >
84
84
</ tr >
85
85
< tr >
86
86
< td > CheckPoint After (ms)</ td >
87
87
< td >
88
- < input type ="text " ng-model ="checkPointAfterMilliseconds " class ="form-table " name ="checkPointAfterMilliseconds " />
88
+ < input type ="number " min =" 0 " ng-model ="checkPointAfterMilliseconds " class ="form-table " name ="checkPointAfterMilliseconds " />
89
89
</ td >
90
90
</ tr >
91
91
< tr >
92
92
< td > Min CheckPoint Count</ td >
93
93
< td >
94
- < input type ="text " ng-model ="minCheckPointCount " class ="form-table " name ="minCheckPointCount " />
94
+ < input type ="number " min =" 0 " ng-model ="minCheckPointCount " class ="form-table " name ="minCheckPointCount " />
95
95
</ td >
96
96
</ tr >
97
97
< tr >
98
98
< td > Max CheckPoint Count</ td >
99
99
< td >
100
- < input type ="text " ng-model ="maxCheckPointCount " class ="form-table " name ="maxCheckPointCount " />
100
+ < input type ="number " min =" 0 " ng-model ="maxCheckPointCount " class ="form-table " name ="maxCheckPointCount " />
101
101
</ td >
102
102
</ tr >
103
103
< tr >
104
104
< td > Max Subscriber Count</ td >
105
105
< td >
106
- < input type ="text " ng-model ="maxSubscriberCount " class ="form-table " name ="maxSubscriberCount " />
106
+ < input type ="number " min =" 0 " ng-model ="maxSubscriberCount " class ="form-table " name ="maxSubscriberCount " />
107
107
</ td >
108
108
</ tr >
109
109
< tr >
0 commit comments