Yangman - bugfixes and improvements 51/48751/8
authorStanislav Jamrich <sjamrich@cisco.com>
Mon, 28 Nov 2016 17:14:20 +0000 (18:14 +0100)
committermichal.kovacik <mikovaci@cisco.com>
Wed, 30 Nov 2016 16:02:57 +0000 (17:02 +0100)
commit9c04c2b18dc92f878ba89540170c443c35447b0a
treed43321778ee78c195480a27cf2f3b39a614c20a0
parent8d74ae342e61cad843c68ecf819d663a2d3f4777
Yangman - bugfixes and improvements

- do not consider 'Fill form with ...' checkbox in json view
- prevent loosing data when toggling current view
- stretch up receive data height in JSON view if height of sent data has been
  reduced in order to fill up empty space
- request menu in History and Collections tab has contained request id -
  probably mistake during merge
- request date now correctly respects the time zone in History tab
- enable copy of data from RPC output in Form view & color of output no so
  gray
- strech up Received data height to full available height, in case Sent
  data won't be shown
- show execution time in request tooltip in history tab
- width of input fields adjusted to 100%

Change-Id: I0693df6bcab9456f6162fda3eef2269dc94e1566
Signed-off-by: Stanislav Jamrich <sjamrich@cisco.com>
29 files changed:
modules/yangman-resources/src/main/resources/yangman/controllers/request-header.controller.js
modules/yangman-resources/src/main/resources/yangman/controllers/yangman.controller.js
modules/yangman-resources/src/main/resources/yangman/directives/height-watcher.directive.js [new file with mode: 0644]
modules/yangman-resources/src/main/resources/yangman/models/historylist.model.js
modules/yangman-resources/src/main/resources/yangman/views/leftpanel/request-item.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/detail.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/leaf-list.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/leaf.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/binary.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/bits.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/boolean.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/decimal64.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/default.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/empty.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/enumeration.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/identityref.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/instance-identifier.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/int16.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/int32.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/int64.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/int8.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/leafref.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/string.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/uint16.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/uint32.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/uint64.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/uint8.tpl.html
modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/operational/leaf-list.tpl.html
modules/yangman-resources/src/main/resources/yangman/yangman.less