Flink version migration (#1055)
* Delete third party import license * Resource authorization add file resource and UDF resource tab * Solve the problem that the initial value of timing is not assigned and the period cannot be selected if the second is selected. * revert * Modification date format and page signature * Upgrade ANSY UI to version 0.1.46 * Flink version migration
This commit is contained in:
parent
86611989cb
commit
1340ff68b1
|
|
@ -87,7 +87,7 @@
|
|||
background: url("../img/toolbar_SPARK.png") no-repeat 50% 50%;
|
||||
}
|
||||
.icos-FLINK {
|
||||
background: url("../img/toobar_flink.svg") no-repeat 50% 50%;
|
||||
background: url("../img/toobar_flink.png") no-repeat 50% 50%;
|
||||
}
|
||||
.icos-MR {
|
||||
background: url("../img/toolbar_MR.png") no-repeat 50% 50%;
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@
|
|||
<div slot="content">
|
||||
<x-radio-group v-model="deployMode">
|
||||
<x-radio :label="'cluster'" :disabled="isDetails"></x-radio>
|
||||
<x-radio :label="'local'" :disabled="isDetails"></x-radio>
|
||||
</x-radio-group>
|
||||
</div>
|
||||
</m-list-box>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 79 KiB |
Loading…
Reference in New Issue