iguazio.dashboard-controls 1.0.18-3.6.2 → 1.0.19-3.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-controls",
3
- "version": "1.0.18-3.6.2",
3
+ "version": "1.0.19-3.6.2",
4
4
  "main": "dist/js/iguazio.dashboard-controls.js",
5
5
  "description": "Collection of resources (such as CSS styles, fonts and images) and AngularJs 1.x components and services to share among different Iguazio repos.",
6
6
  "repository": {
@@ -236,12 +236,6 @@ such restriction.
236
236
  sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
237
237
  visible: true
238
238
  },
239
- {
240
- id: 'python:3.12',
241
- name: 'Python 3.12',
242
- sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
243
- visible: true
244
- },
245
239
  {
246
240
  id: 'dotnetcore',
247
241
  name: '.NET Core ' + $i18next.t('functions:TECH_PREVIEW_LABEL', { lng: lng }),
@@ -403,12 +403,6 @@ such restriction.
403
403
  sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
404
404
  visible: true
405
405
  },
406
- {
407
- id: 'python:3.12',
408
- name: 'Python 3.12',
409
- sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
410
- visible: true
411
- },
412
406
  {
413
407
  id: 'dotnetcore',
414
408
  name: '.NET Core ' + $i18next.t('functions:TECH_PREVIEW_LABEL', {lng: lng}),
@@ -225,8 +225,7 @@ such restriction.
225
225
  function onChanges(changes) {
226
226
  if (angular.isDefined(changes.version)) {
227
227
  ctrl.runtimeArray = getRuntimes();
228
- ctrl.selectedRuntime = lodash.defaultTo(lodash.find(ctrl.runtimeArray, ['id', ctrl.version.spec.runtime]),
229
- lodash.find(ctrl.runtimeArray, ['id', 'python']));
228
+ ctrl.selectedRuntime = lodash.find(ctrl.runtimeArray, ['id', ctrl.version.spec.runtime]);
230
229
  ctrl.editorLanguage = ctrl.selectedRuntime.language;
231
230
 
232
231
  var sourceCode = lodash.get(ctrl.version, 'spec.build.functionSourceCode', '');
@@ -496,12 +495,6 @@ such restriction.
496
495
  sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
497
496
  visible: true
498
497
  },
499
- {
500
- id: 'python:3.12',
501
- name: 'Python 3.12',
502
- sourceCode: 'ZGVmIGhhbmRsZXIoY29udGV4dCwgZXZlbnQpOg0KICAgIHJldHVybiAiIg==', // source code in base64
503
- visible: true
504
- },
505
498
  {
506
499
  id: 'dotnetcore',
507
500
  ext: 'cs',