File tree Expand file tree Collapse file tree 5 files changed +13
-1
lines changed
eFormAPI/eFormAPI.Web/Resources
app/modules/plugins-settings/components/plugin-settings-edit Expand file tree Collapse file tree 5 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 543543 <data name =" Workers" xml : space =" preserve" >
544544 <value >Medarbejder</value >
545545 </data >
546+ <data name =" PluginsSettings" xml : space =" preserve" >
547+ <value >Plugins Indstillinger</value >
548+ </data >
546549</root >
Original file line number Diff line number Diff line change 543543 <data name =" Workers" xml : space =" preserve" >
544544 <value >Workers</value >
545545 </data >
546+ <data name =" PluginsSettings" xml : space =" preserve" >
547+ <value >Plugins Settings</value >
548+ </data >
546549</root >
Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ <h3>{{selectedPluginSettings.name}}</h3>
3434 </ div >
3535 </ div >
3636 < div class ="modal-footer ">
37- < button class ="btn btn-success " (click) ="updateSettings() " id ="saveBtn "> {{ 'Save' | translate }}</ button >
37+ < button class ="btn btn-success " (click) ="updateSettings() " [disabled] ="!pluginSettingsUpdateModel.connectionString ||
38+ pluginSettingsUpdateModel.connectionString == '...' "
39+ id ="saveBtn "> {{ 'Save' | translate }}</ button >
3840 < button class ="btn btn-neutral text-black-50 " id ="cancelCreateBtn " (click) ="frame.hide() ">
3941 {{ 'Cancel' | translate }}</ button >
4042 </ div >
Original file line number Diff line number Diff line change 228228 "Enabled" : " Aktiveret" ,
229229 "Disabled" : " Deaktiveret" ,
230230 "Plugins Settings" : " Plugins Indstillinger" ,
231+ "PluginsSettings" : " Plugins Indstillinger" ,
232+ "Edit Settings" : " Rediger Indstillinger" ,
231233 "Connection String" : " Forbindelsesstreng" ,
232234 "Version" : " Version"
233235}
Original file line number Diff line number Diff line change 230230 "Enabled" : " Enabled" ,
231231 "Disabled" : " Disabled" ,
232232 "Plugins Settings" : " Plugins Settings" ,
233+ "PluginsSettings" : " Plugins Settings" ,
234+ "Edit Settings" : " Edit Settings" ,
233235 "Connection String" : " Connection String" ,
234236 "Version" : " Version"
235237}
You can’t perform that action at this time.
0 commit comments