function StorageLocationViewModel() { this.el = '#storage-options'; this.data = { storage_driver: 'LocalFilesystemSource' }; }