mirror of https://github.com/sipwise/ngcp-csc.git
Previous implementatation was still using dummy data. With this changes the integration of JWT iin the client is completed. Change-Id: I4dde4fc209ec878d87e6477d70cf7a5b02fb9b34changes/30/14130/3
parent
17498c91ee
commit
eb5330942e
@ -1,10 +1,14 @@
|
||||
Ext.define('NgcpCsc.view.login.LoginContiner', {
|
||||
extend: 'Ext.container.Viewport',
|
||||
id: 'loginCont',
|
||||
xtype: 'ngcp-login',
|
||||
cls: 'login-container',
|
||||
listeners:{
|
||||
render:function(){
|
||||
Ext.create('NgcpCsc.view.login.Login');
|
||||
listeners: {
|
||||
afterrender: function() {
|
||||
var winLogin = Ext.ComponentQuery.query('[name=loginWin]')[0];
|
||||
if (!winLogin) {
|
||||
Ext.create('NgcpCsc.view.login.Login');
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in new issue