File tree Expand file tree Collapse file tree 5 files changed +114
-111
lines changed Expand file tree Collapse file tree 5 files changed +114
-111
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ var BgpSummaryView = React.createClass({
208
208
< ModalTrigger modal = { < BgpModalView Bgp = { Bgp } /> } >
209
209
< tr key = { Bgp . key } className = "info" >
210
210
211
-
211
+
212
212
</ tr >
213
213
</ ModalTrigger >
214
214
) ;
@@ -220,7 +220,7 @@ var BgpSummaryView = React.createClass({
220
220
< thead >
221
221
< tr >
222
222
223
-
223
+
224
224
</ tr >
225
225
</ thead >
226
226
< tbody >
@@ -240,12 +240,16 @@ var BgpModalView = React.createClass({
240
240
< div className = 'modal-body' style = { { margin : '5%' , } } >
241
241
242
242
243
- < Input type = 'text' label = 'AS id' ref = 'AS ' defaultValue = { obj . AS } placeholder = 'AS id' />
243
+ < Input type = 'text' label = 'AS id' ref = 'as ' defaultValue = { obj . as } placeholder = 'AS id' />
244
244
245
245
< Input type = 'text' label = 'host name' ref = 'hostname' defaultValue = { obj . hostname } placeholder = 'host name' />
246
246
247
247
< Input type = 'text' label = 'Bgp neighbor' ref = 'neighbor' defaultValue = { obj . neighbor } placeholder = 'Bgp neighbor' />
248
248
249
+ < Input type = 'text' label = 'AS id' ref = 'neighbor-as' defaultValue = { obj . neighbor - as } placeholder = 'AS id' />
250
+
251
+ < Input type = 'text' label = 'Bgp neighbor' ref = 'routerip' defaultValue = { obj . routerip } placeholder = 'Bgp neighbor' />
252
+
249
253
</ div >
250
254
< div className = 'modal-footer' >
251
255
< Button onClick = { this . props . onRequestHide } > Close</ Button >
You can’t perform that action at this time.
0 commit comments