mirror of https://github.com/rancher/ui.git
bugs
This commit is contained in:
parent
2294594bde
commit
c38160b571
|
|
@ -21,5 +21,6 @@
|
|||
}}
|
||||
{{/if}}
|
||||
|
||||
{{top-errors errors=errors}}
|
||||
{{save-cancel save="save" cancel="cancel"}}
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -239,6 +239,10 @@ export default Mixin.create({
|
|||
}
|
||||
},
|
||||
|
||||
subscribePing() {
|
||||
console.log('Subscribe ping ' + this.forStr());
|
||||
},
|
||||
|
||||
showDisconnectedWarning() {
|
||||
if( !this.get('warningShown') && this.get('wasConnected') ) {
|
||||
// const intl = this.get('intl');
|
||||
|
|
|
|||
Loading…
Reference in New Issue