Remove not implemented config options

This commit is contained in:
René Pfeuffer
2019-03-14 13:42:13 +01:00
parent aec702ff89
commit 1ad2ea61f5
4 changed files with 36 additions and 140 deletions

View File

@@ -13,7 +13,6 @@ type Configuration = {
"showRevisionInId": boolean,
"disableHookSSLValidation": boolean,
"enableHttpPostArgs": boolean,
"disabled": boolean,
"_links": Links
};
@@ -105,7 +104,6 @@ class HgConfigurationForm extends React.Component<Props, State> {
{this.checkbox("showRevisionInId")}
{this.checkbox("disableHookSSLValidation")}
{this.checkbox("enableHttpPostArgs")}
{this.checkbox("disabled")}
</>
);
}