|
|
|
@ -214,6 +214,9 @@ UniversalDApp.prototype.getCreateInterface = function ($container, contract) { |
|
|
|
|
$createButton.text('Create') |
|
|
|
|
$createButton.attr('disabled', 'disabled') |
|
|
|
|
$createButton.attr('title', 'This contract does not implement all functions and thus cannot be created.') |
|
|
|
|
|
|
|
|
|
$publishButton.attr('disabled', 'disabled') |
|
|
|
|
$publishButton.attr('title', 'This contract does not implement all functions and thus cannot be published.') |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return $createInterface |
|
|
|
|