mirror of https://github.com/rancher/ui.git
Clear github query params
This commit is contained in:
parent
db0d732eae
commit
1085068cb1
|
|
@ -13,6 +13,12 @@ export default Ember.Controller.extend({
|
|||
|
||||
bootstrap: function() {
|
||||
Ember.run.schedule('afterRender', this, () => {
|
||||
this.get('application').setProperties({
|
||||
error: null,
|
||||
error_description: null,
|
||||
state: null,
|
||||
});
|
||||
|
||||
let bg = this.get(`prefs.${C.PREFS.BODY_BACKGROUND}`);
|
||||
if ( bg ) {
|
||||
$('BODY').css('background', bg);
|
||||
|
|
|
|||
|
|
@ -68,6 +68,6 @@ function gcs_upload_asset() {
|
|||
else
|
||||
runCmd gsutil -h "$cache_settings" -m cp -z "$gzip_settings" -R "${upload_source} ${upload_target}/${version}"
|
||||
sleep 5
|
||||
runCmd gsutil -h "$cache_settings" -m rsync -C -c -r -d "${upload_source} ${upload_target}/${version}"
|
||||
runCmd gsutil -h "$cache_settings" -m rsync -C -c -r -d "${upload_source}/ ${upload_target}/${version}"
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2489,7 +2489,7 @@ machine:
|
|||
|
||||
driverDigitalocean:
|
||||
sizeLabel: |
|
||||
{highMem, select, true {High Memory: } other {}}{memoryGb} RAM, {disk}gb Disk, {vcpus, plural,
|
||||
{highMem, select, true {High Memory: } other {}}{memoryGb} GB RAM, {disk} GB Disk, {vcpus, plural,
|
||||
=1 {# vCPU}
|
||||
other {# vCPUs}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue